SIPAddress Constructor (String, String) |
Initializes a new instance of the
SIPAddress class.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public SIPAddress(
string userName,
string address
)
Public Sub New (
userName As String,
address As String
)
public:
SIPAddress(
String^ userName,
String^ address
)
new :
userName : string *
address : string -> SIPAddress
Parameters
- userName
- Type: SystemString
- address
- Type: SystemString
See Also