AspNetWebSocket.CloseStatusDescription Property

Definition

Gets a status message that explains why an AspNetWebSocket object was closed.

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

Property Value

The status message.

Exceptions

The object was previously disposed.

Applies to