ServerTransportRemoverAddRegisterTransportInfo Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public void AddRegisterTransportInfo(
string id,
TransportInfo transportInfo
)
Public Sub AddRegisterTransportInfo (
id As String,
transportInfo As TransportInfo
)
public:
virtual void AddRegisterTransportInfo(
String^ id,
TransportInfo^ transportInfo
) sealed
abstract AddRegisterTransportInfo :
id : string *
transportInfo : TransportInfo -> unit
override AddRegisterTransportInfo :
id : string *
transportInfo : TransportInfo -> unit
Parameters
- id
- Type: SystemString
- transportInfo
- Type: Ozeki.NetworkTransportInfo
Implements
IServerTransportRemoverAddRegisterTransportInfo(String, TransportInfo)See Also