Instance Property インスタンスプロパティ

closeCode

A code that indicates the reason a connection closed. あるコード、それは接続が終結した理由を指し示します。

Declaration 宣言

var closeCode: URLSessionWebSocketTask.CloseCode { get }

Discussion 議論

You can retrieve the close code at any time. When the task is not yet closed, this value is URLSessionWebSocketTask.CloseCode.invalid. あなたは、クローズコードをいつでも回収できます。タスクがまだ閉じられない場合、この値はURLSessionWebSocketTask.CloseCode.invalidです。

See Also 参照

Closing the Connection 接続を閉じる