SipUriParameter Class

Definition

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"

Applies to