SipUriParameter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a general URI parameter.
public ref class SipUriParameter
public class SipUriParameter
type SipUriParameter = class
Public Class SipUriParameter
- Inheritance
-
SipUriParameter
Constructors
| SipUriParameter(String) |
Initializes an instance of the class. |
| SipUriParameter(String, String) |
Initializes an instance of the class. |
Properties
| 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. |
Methods
| ToString() |
Returns the string representation of the parameter in form of "name=value" |