Click or drag to resize
IMediaChannel.ConnectToRemoteHost Method
Connects to the given remote address and port.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
void ConnectToRemoteHost(
	string address,
	int port,
	MediaChannelDescription dummySourceDesc
)

Parameters

address
Type: System.String
port
Type: System.Int32
dummySourceDesc
Type: Ozeki.Media.MediaChannelDescription
See Also