Click or drag to resize
SIPAddress Class
Represents an address that is used in SIP messages such as From or To.
Inheritance Hierarchy
SystemObject
  Ozeki.VoIPSIPAddress

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class SIPAddress

The SIPAddress type exposes the following members.

Constructors
  NameDescription
Public methodSIPAddress
Constructor for serialization.
Public methodSIPAddress(String, String)
Initializes a new instance of the SIPAddress class.
Public methodSIPAddress(String, String, String)
Initializes a new instance of the SIPAddress class.
Public methodSIPAddress(AddrSpecType, String, String, String)
Initializes a new instance of the SIPAddress class.
Top
Methods
Extension Methods
Properties
  NameDescription
Public propertyAddress
Gets or sets the address part of the SIP address.
Public propertyAddrSpecType
Gets or sets the addr-spec-type of the address.
Public propertyDisplayName
Gets or sets the display name part of the address.
Public propertyHost
Gets or sets the host part of the address.
Public propertyParameters
Gets the extra parameters of the address.
Public propertyPort
Gets or sets the port part of the address.
Public propertyUriScheme
Gets or sets the URI scheme of the addr-spec-type.
Public propertyUserName
Gets or sets the user part of the address.
Top
See Also