Header.Header (String, String)
The Header constructor creates a new instance of the Header class of the specified SIP header type, with the specified value.
Syntax
[C#]
Copy Code | |
---|---|
public Header( String type, String value ); |
Syntax
[Visual Basic .NET]
Copy Code | |
---|---|
Public Sub New( _ ByVal type As String, _ ByVal value As String _ ) |
Parameters
Requirements
Redistributable: Requires Microsoft Lync Server 2010
Namespace:Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)