Click or drag to resize

TransportFactoryManager Constructor

Initializes a new instance of the TransportFactoryManager class

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public TransportFactoryManager(
	DependencyContainer container,
	int minPort,
	int maxPort
)

Parameters

container
Type: Ozeki.CommonDependencyContainer
minPort
Type: SystemInt32
maxPort
Type: SystemInt32
See Also