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

closeCode

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

Declaration 宣言

@property(readonly) NSURLSessionWebSocketCloseCode closeCode;

Discussion 議論

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

See Also 参照

Closing the Connection 接続を閉じる