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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaStreaming Assembly