Header.Value property
Communications Server 2007 Server SDK Documentation |
Header.Value
The Value property contains the SIP header value as a string.
[C#] public String Value {get; set;}FakePre-02d5b9dfc4ea4129bc3045493eb1457e-152fbd5de04a47529442f53422eed219
Remarks
This property contains the header parameters separated from the address (and its parameters) by a semi-colon. To obtain just the parameters, use Header.Parameters. To obtain just the header value without the parameters, use Header.ValueNoParameters.
Requirements
Redistributable: Requires Microsoft Office Communications Server 2007.
Namespace: Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)
See Also
Header.Parameters, Header.ValueNoParameters, Header
What did you think of this topic? |
© 2007 Microsoft Corporation. All rights reserved. |