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: 10.3.199.0
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
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
Methods
  NameDescription
Public methodAddOrUpdateParam
Public methodClone
Public methodStatic memberCreate
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodGetFormattedString
Hogy ne a ToString() legyen, mert ki tudja mire irjuk at azt.
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetParam
Public methodGetParams
Public methodPartiallyEquals
Checks only the username and address without the parameteres.
Public methodSetHostPort
Public methodToString (Overrides ObjectToString.)
Top
Extension Methods
See Also