Click or drag to resize

TransportFactoryContainerCreateTransport(String, TransportType, TransportShareMode) Method


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

Parameters

localAddress  String
 
protocol  TransportType
 
mode  TransportShareMode  (Optional)
 

Return Value

ITransport

Implements

ITransportFactoryContainerCreateTransport(String, TransportType, TransportShareMode)
See Also