Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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