다음을 통해 공유


ClientBase<TChannel>.Channel 속성

정의

다양하게 구성된 서비스 엔드포인트로 메시지를 보내는 데 사용되는 내부 채널을 가져옵니다.

protected:
 property TChannel Channel { TChannel get(); };
protected TChannel Channel { get; }
member this.Channel : 'Channel
Protected ReadOnly Property Channel As TChannel

속성 값

TChannel

지정된 형식의 채널입니다.

적용 대상