IWebSocketCloseDetails.InputCloseStatus Property

Definition

Gets the status of the input close details.

public:
 property Nullable<System::Net::WebSockets::WebSocketCloseStatus> InputCloseStatus { Nullable<System::Net::WebSockets::WebSocketCloseStatus> get(); };
public System.Net.WebSockets.WebSocketCloseStatus? InputCloseStatus { get; }
member this.InputCloseStatus : Nullable<System.Net.WebSockets.WebSocketCloseStatus>
Public ReadOnly Property InputCloseStatus As Nullable(Of WebSocketCloseStatus)

Property Value

The status of the input close details.

Applies to