ChannelParameterCollection.Channel 属性

定义

获取其参数在此集合中的通道。

protected:
 virtual property System::ServiceModel::Channels::IChannel ^ Channel { System::ServiceModel::Channels::IChannel ^ get(); };
protected virtual System.ServiceModel.Channels.IChannel Channel { get; }
member this.Channel : System.ServiceModel.Channels.IChannel
Protected Overridable ReadOnly Property Channel As IChannel

属性值

IChannel其参数在此集合中。

注解

此属性设置为 channel 调用时 ChannelParameterCollection

适用于