Enumeration 列挙

NSURLSessionWebSocketCloseCode

A code that indicates why a WebSocket connection closed. あるコード、それはなぜWebSocket接続が終結したかを指し示します。

Declaration 宣言

typedef enum NSURLSessionWebSocketCloseCode : NSInteger {
    ...
} NSURLSessionWebSocketCloseCode;

Overview 概要

The WebSocket close codes follow the close codes defined in RFC 6455. WebSocketクローズコードそれらは、RFC 6455で定義されたクローズコードに従います。

Topics 話題

Close Codes クローズコード

See Also 参照

Closing the Connection 接続を閉じる