IServerTransportRemoverAddDirectIpTransportInfo Method |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxvoid AddDirectIpTransportInfo(
int id,
TransportInfo transportInfo
)
Sub AddDirectIpTransportInfo (
id As Integer,
transportInfo As TransportInfo
)
void AddDirectIpTransportInfo(
int id,
TransportInfo^ transportInfo
)
abstract AddDirectIpTransportInfo :
id : int *
transportInfo : TransportInfo -> unit
Parameters
- id
- Type: SystemInt32
- transportInfo
- Type: Ozeki.NetworkTransportInfo
See Also