←Select platform

Server Constructor(Object)

Summary

The Server object implements a network streaming server.

Syntax

C#
VB
C++
public Server(  
   object source 
) 
Public Function New( _ 
   ByVal source As Object _ 
) 
public: 
Server(  
   Object^ source 
) 

Parameters

source
A server source System.Object.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaStreaming Assembly