DuplexClientBase<TChannel>.InnerDuplexChannel 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得雙面通道的底層 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
屬性值
屬性傳回 InnerChannel 的內部雙工通道會轉換成 IDuplexCoNtextChannel。