GetHeaderValues
The GetHeaderValues function returns a collection of strings containing the values associated with the supplied header name in the current SIP message.
Syntax
Copy Code | |
---|---|
collection<string> GetHeaderValues( string or StandardHeader value headerName ); |
Parameters
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.