Click or drag to resize
SIPAddress Constructor (AddrSpecType, String, String, String)
Initializes a new instance of the SIPAddress class.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public SIPAddress(
	AddrSpecType addrSpecType,
	string displayName,
	string userName,
	string address
)

Parameters

addrSpecType
Type: Ozeki.VoIPAddrSpecType
displayName
Type: SystemString
userName
Type: SystemString
address
Type: SystemString
See Also