Edit

Share via


BackToBackCall.GetPassThroughHeaderNames Method

Definition

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

public:
 System::Collections::ObjectModel::Collection<System::String ^> ^ GetPassThroughHeaderNames();
public System.Collections.ObjectModel.Collection<string> GetPassThroughHeaderNames ();
member this.GetPassThroughHeaderNames : unit -> System.Collections.ObjectModel.Collection<string>
Public Function GetPassThroughHeaderNames () As Collection(Of String)

Returns

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.

Applies to