Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.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 TransportInfo
-
- identity SIPAddress
-
- authname String (Optional)
-
See Also