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

属性转换为 IDuplexContextChannel 返回 InnerChannel 的内部双工通道。

适用于