Click or drag to resize
TransportFactoryContainerTryGetFactory Method

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

Parameters

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

Return Value

Type: ITransportFactory

Implements

ITransportFactoryContainerTryGetFactory(String, TransportType, TransportShareMode)
See Also