Enumeration Case 列挙ケース

NSURLSessionWebSocketCloseCodeMandatoryExtensionMissing

A code that indicates the client terminated the connection because the server didn’t negotiate a required extension. あるコード、それはクライアントが接続を終了したことを指し示します、サーバが要請された拡張子を処理しないために。

Declaration 宣言

NSURLSessionWebSocketCloseCodeMandatoryExtensionMissing = 1010

Discussion 議論

RFC 6455 indicates the client should provide a closeReason with a list of the needed extensions. RFC 6455は、クライアントがcloseReasonに必要な拡張子のリストを提供すべきなのを指し示します。

See Also 参照

Close Codes クローズコード