GetHeaderValues(string or StandardHeader value) function

 
Microsoft Office Live Communications Server 2005 with SP1

GetHeaderValues

The GetHeaderValues function returns a collection of strings containing the values associated with the supplied header name in the current SIP message.

collection<string>GetHeaderValues(string or StandardHeader valueheaderName);

Parameters

  • headerName
    A SIP header name whose corresponding values will be retrieved. This can also include custom SIP headers defined outside of the common SIP specification. Short header names as defined in the IETF SIP specification are allowed (such as "M" for "Contact").

Return Values

Returns a collection of one or more string values containing the header values. If there are no header values present, an empty collection will be returned.

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