Header.Parameters

The Parameters property contains the parameters for the SIP header as a collection of name/value pairs.

Syntax

[C#]

  Copy imageCopy Code
public NameValueCollection Parameters {get; set;}

Syntax

[Visual Basic .NET]

  Copy imageCopy Code
Public Property Parameters As NameValueCollection

Remarks

Parameters are optional for many SIP headers.

Requirements

Redistributable: Requires Microsoft Lync Server 2010

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also