Enumeration Case 列挙ケース

NSURLSessionWebSocketCloseCodeUnsupportedData

A code that indicates an endpoint terminated the connection after receiving a type of data it can’t accept. あるコード、それはエンドポイントが接続を、それが受け入れできないデータの型を受け取る後に切断したことを指し示します。

Declaration 宣言

NSURLSessionWebSocketCloseCodeUnsupportedData = 1003

Discussion 議論

An endpoint that only accepts text may send this close code if it receives a binary message. テキストを受け入れるだけであるエンドポイントは、それがバイナリメッセージを受け取るならば、このクローズコードを送るかもしれません。

See Also 参照

Close Codes クローズコード