SipUriParameter Members
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
Represents a SIP URI parameter.
The following tables list the members exposed by the SipUriParameter type.
Public Constructors
Name | Description | |
---|---|---|
SipUriParameter | Overloaded. Initializes a new instance of the class. |
Top
Public Properties
Name | Description | |
---|---|---|
IsSet | Returns whether the parameter has been initialized. | |
Name | Gets the name of the parameter. | |
Value | Gets the value of the parameter. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | Overridden. Returns the string representation of the parameter. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top