BackToBackCall.SetPassThroughHeaderNames(IEnumerable<String>) 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.
Sets the list of header names that must be passed from one call leg to the other call leg.
public:
void SetPassThroughHeaderNames(System::Collections::Generic::IEnumerable<System::String ^> ^ passThroughHeaders);
public void SetPassThroughHeaderNames (System.Collections.Generic.IEnumerable<string> passThroughHeaders);
member this.SetPassThroughHeaderNames : seq<string> -> unit
Public Sub SetPassThroughHeaderNames (passThroughHeaders As IEnumerable(Of String))
Parameters
- passThroughHeaders
- IEnumerable<String>
Enumeration of pass through header names.
Exceptions
Thrown when method is invoked and BackToBackCall state is not Idle.
Remarks
If a restricted header name is specified in the pass-through header list, it will be ignored and will not be passed from one call leg to the other call leg.