Share via


Header.Header(String) constructor

 
Communications Server 2007 Server SDK Documentation

Header.Header (String)

The Header constructor creates a new instance of the Header class of the specified SIP header type.

[C#]
public Header(
String type
);
FakePre-cf210e10f31044c599abffef464cfe01-fafce94cbe9f48798056489ed3563bb1

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
Assembly: ServerAgent (in ServerAgent.dll)

See Also

Header Properties, Header Constructors, Header

  
  What did you think of this topic?
  © 2007 Microsoft Corporation. All rights reserved.