AspNetWebSocket.CloseStatusDescription 속성

정의

개체가 닫힌 이유를 AspNetWebSocket 설명하는 상태 메시지를 가져옵니다.

public:
 virtual property System::String ^ CloseStatusDescription { System::String ^ get(); };
public override string CloseStatusDescription { get; }
member this.CloseStatusDescription : string
Public Overrides ReadOnly Property CloseStatusDescription As String

속성 값

상태 메시지입니다.

예외

개체가 이전에 삭제되었습니다.

적용 대상