Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public SendProtocol(
string pn,
string pv,
Transport t
)
Public Sub New (
pn As String,
pv As String,
t As Transport
)
public:
SendProtocol(
String^ pn,
String^ pv,
Transport^ t
)
new :
pn : string *
pv : string *
t : Transport -> SendProtocol
Parameters
- pn
- Type: SystemString
- pv
- Type: SystemString
- t
- Type: Ozeki.VoIPTransport
See Also