ServerTransportRemoverAddDirectIpTransportInfo Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic void AddDirectIpTransportInfo(
int id,
TransportInfo transportInfo
)
Public Sub AddDirectIpTransportInfo (
id As Integer,
transportInfo As TransportInfo
)
public:
virtual void AddDirectIpTransportInfo(
int id,
TransportInfo^ transportInfo
) sealed
abstract AddDirectIpTransportInfo :
id : int *
transportInfo : TransportInfo -> unit
override AddDirectIpTransportInfo :
id : int *
transportInfo : TransportInfo -> unit
Parameters
- id Int32
-
- transportInfo TransportInfo
-
Implements
IServerTransportRemoverAddDirectIpTransportInfo(Int32, TransportInfo)
See Also