Instance Property
インスタンスプロパティ
closeReason
A block of data that provides further information about why a connection closed.
あるデータのブロック、それはなぜ接続が終結したかについてさらに情報を提供するものです。
Declaration
宣言
@property(nullable, readonly, copy) NSData
*closeReason;
Discussion
議論
The close reason provides further information about why a connection closed, beyond that provided by the closeCode
. The value of this property isn’t defined by RFC 6455; the endpoints define how it’s used.
クローズ理由は、さらなる情報をなぜ接続が閉じたかについて提供します、closeCode
によって提供されるものより。このプロパティの値は、RFC 6455によって提供されません;エンドポイントはどのようにそれが使われるかを定義します。
You can retrieve the close reason at any time. When the task is not yet closed, this value is NSURLSessionWebSocketCloseCodeInvalid
.
あなたは、クローズ理由をいつでも回収できます。タスクがまだ閉じられない場合、この値はNSURLSessionWebSocketCloseCodeInvalid
です。
See Also
参照
Closing the Connection
接続を閉じる
closeCode
A code that indicates the reason a connection closed.
あるコード、それは接続が終結した理由を指し示します。