IWebSocketCloseDetails.InputCloseStatus 屬性

定義

取得輸入關閉詳細資料的狀態描述。

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)

屬性值

輸入關閉詳細資料的狀態描述。

適用於