BackToBackCall.GetPassThroughHeaderNames Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.