Click or drag to resize
TransportFactoryContainerTryRemoveFactory Method (String, TransportType)

Namespace: Ozeki.Network
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public bool TryRemoveFactory(
	string localAddress,
	TransportType transportType
)

Parameters

localAddress
Type: SystemString
transportType
Type: Ozeki.NetworkTransportType

Return Value

Type: Boolean

Implements

ITransportFactoryContainerTryRemoveFactory(String, TransportType)
See Also