Click or drag to resize
TLSTransportFactoryCreateTransport Method (Int32)

Namespace: Ozeki.Network
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public override ITransport CreateTransport(
	int localPort
)

Parameters

localPort
Type: SystemInt32

Return Value

Type: ITransport

Implements

ITransportFactoryCreateTransport(Int32)
See Also