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 的內部雙工通道會轉換成 IDuplexCoNtextChannel。

適用於