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

このコレクションにパラメーターが格納される IChannel

注釈

channel が呼び出されると、このプロパティには ChannelParameterCollection が設定されます。

適用対象