BackToBackCall.GetPassThroughHeaderNames Method

Gets the list of header names that are designated by the application as pass-through headers.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Function GetPassThroughHeaderNames As Collection(Of String)
'Usage
Dim instance As BackToBackCall
Dim returnValue As Collection(Of String)

returnValue = instance.GetPassThroughHeaderNames()
public Collection<string> GetPassThroughHeaderNames()

Return Value

Type: System.Collections.ObjectModel.Collection<String>
A collection of pass through header names.

Remarks

All headers whose header name matches one of the names in the pass-through list are copied from the incoming message on one call leg to the corresponding outgoing message on the other call leg.

See Also

Reference

BackToBackCall Class

BackToBackCall Members

Microsoft.Rtc.Collaboration Namespace