SipUriParameter Members
Include Protected Members
Include Inherited Members
Represents a general URI parameter.
The SipUriParameter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SipUriParameter(String) | Initializes an instance of the class. | |
SipUriParameter(String, String) | Initializes an instance of the class. |
Top
Properties
Name | Description | |
---|---|---|
IsSet | Returns true if the parameter has been initialized; otherwise false. | |
Name | Gets the name of the parameter. | |
Value | Gets the value of the string argument. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | Returns the string representation of the parameter in form of "name=value" (Overrides Object.ToString().) |
Top