Click or drag to resize
TransportFactoryContainerCreateTransport Method (String, TransportType, TransportShareMode)

Namespace: Ozeki.Network
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public ITransport CreateTransport(
	string localAddress,
	TransportType protocol,
	TransportShareMode mode = TransportShareMode.Exclusive
)

Parameters

localAddress
Type: SystemString
protocol
Type: Ozeki.NetworkTransportType
mode (Optional)
Type: Ozeki.NetworkTransportShareMode

Return Value

Type: ITransport

Implements

ITransportFactoryContainerCreateTransport(String, TransportType, TransportShareMode)
See Also