DuplexClientBase<TChannel>.InnerDuplexChannel プロパティ

定義

二重チャネルの基になる IClientChannel の実装を取得します。

public:
 property System::ServiceModel::IDuplexContextChannel ^ InnerDuplexChannel { System::ServiceModel::IDuplexContextChannel ^ get(); };
public System.ServiceModel.IDuplexContextChannel InnerDuplexChannel { get; }
member this.InnerDuplexChannel : System.ServiceModel.IDuplexContextChannel
Public ReadOnly Property InnerDuplexChannel As IDuplexContextChannel

プロパティ値

IDuplexContextChannel にキャストされた InnerChannel プロパティによって返される内部二重チャネル。

適用対象