Share via


This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Header.Header (String)

The Header.Header (String, String) constructor creates a new instance of the Header class of the specified SIP header type.

Syntax

[C#]

public Header(
  String type
);

Syntax

[Visual Basic .NET]

Public Sub New( _
  ByVal type As String _
)

Parameters

  • type
    Specifies the SIP header type (such as "Route" or "Subject"). The short form for specific headers (such as "C" for "Contact") as defined in RFC 3261 can be used for this parameter.

Remarks

This constructor creates a header with an empty value that should be populated.

Requirements

Redistributable: Requires Microsoft Office Communications Server 2007.

Namespace:Microsoft.Rtc.Sip Namespace

Assembly: ServerAgent (in ServerAgent.dll)

Concepts

Header Properties

Header Constructors

Header