Click or drag to resize
ISIPTransportSelectorGetTransport Method
Selects the transport when sending SIP messages.

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

Parameters

transportInfo
Type: Ozeki.NetworkTransportInfo

Return Value

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