Header.Header(String,String) constructor
Microsoft Office Live Communications Server 2005 with SP1 |
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 );
[Visual Basic .NET] Public Sub New( _ ByVal type As String, _ ByVal value 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. - value
Specifies the value for this header type.
Requirements
Redistributable: Requires Microsoft Office Live Communications Server 2005 with SP1.
Namespace: Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)
See Also
Header Properties, Header Constructors, Header
What did you think of this topic? |
© 2008 Microsoft Corporation. All rights reserved. |