Share via


Header.Header(String,String) constructor

 
Communications Server 2007 Server SDK Documentation

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.

[C#]
public Header(
String type,
  String value
);
FakePre-e10d2d07ed3849fb8debf6ffc9873beb-232f6441677f4ed9a2e20e84c578dab0

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.
  • value
    Specifies the value for this header type.

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.