Click or drag to resize

ISIPTransportSelectorGetTransport Method

Selects the transport when sending SIP messages.

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

Parameters

transportInfo  TransportInfo
 

Return Value

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