Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic SIPClientID(
TransportInfo transportInfo,
SIPAddress identity,
string authname = null
)
Public Sub New (
transportInfo As TransportInfo,
identity As SIPAddress,
Optional authname As String = Nothing
)
public:
SIPClientID(
TransportInfo^ transportInfo,
SIPAddress^ identity,
String^ authname = nullptr
)
new :
transportInfo : TransportInfo *
identity : SIPAddress *
?authname : string
(* Defaults:
let _authname = defaultArg authname null
*)
-> SIPClientID
Parameters
- transportInfo
- Type: Ozeki.NetworkTransportInfo
- identity
- Type: Ozeki.VoIPSIPAddress
- authname (Optional)
- Type: SystemString
See Also