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

適用於