ClientBase<TChannel>.State 속성

정의

ClientBase<TChannel> 개체의 현재 상태를 가져옵니다.

public:
 property System::ServiceModel::CommunicationState State { System::ServiceModel::CommunicationState get(); };
public System.ServiceModel.CommunicationState State { get; }
member this.State : System.ServiceModel.CommunicationState
Public ReadOnly Property State As CommunicationState

속성 값

CommunicationState

개체의 CommunicationState 값입니다.

구현

설명

자세한 내용은 System.ServiceModel.Channels.CommunicationObject를 참조하세요.

적용 대상