다음을 통해 공유


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로 캐스팅됩니다.

적용 대상