HttpResponseWrapper.IsClientConnected 속성

정의

클라이언트가 서버에 연결되어 있는지 여부를 나타내는 값을 가져옵니다.

public:
 virtual property bool IsClientConnected { bool get(); };
public override bool IsClientConnected { get; }
member this.IsClientConnected : bool
Public Overrides ReadOnly Property IsClientConnected As Boolean

속성 값

클라이언트가 현재 연결되어 있으면true 이고, 그러지 않으면 false입니다.

적용 대상