Header.Parameters
The Parameters property contains the parameters for the SIP header as a collection of name/value pairs.
Syntax
[C#]
Copy Code | |
---|---|
public NameValueCollection Parameters {get; set;} |
Syntax
[Visual Basic .NET]
Copy 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)