ChannelParameterCollection::PropagateChannelParameters Method (IChannel^)

 

Adds the parameters in the current collection to a specified channel's ChannelParameterCollection.

Namespace:   System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
void PropagateChannelParameters(
	IChannel^ innerChannel
)

Parameters

innerChannel
Type: System.ServiceModel.Channels::IChannel^

The channel that receives the current collection's parameters.

Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: