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 속성에서 반환된 내부 이중 채널입니다.

적용 대상