Click or drag to resize

ISIPTransportSelectorGetTransport Method

Selects the transport when sending SIP messages.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
ITransport GetTransport(
	TransportInfo transportInfo
)

Parameters

transportInfo
Type: Ozeki.NetworkTransportInfo

Return Value

Type: ITransport
The transport or null if no transport selected.
See Also