IServerTransportRemoverAddDirectIpTransportInfo Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.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 Int32
-
- transportInfo TransportInfo
-
See Also