Enumeration
列挙
NSURLSession
NSURLSessionWebSocketMessageType
No overview available. 概要は利用可能でありません。
Availability 有効性
- iOS 13.0+
- iPadOS 13.0+
- macOS 10.15+
- Mac Catalyst 13.1+
- tvOS 13.0+
- watchOS 6.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
typedef enum NSURLSessionWebSocketMessageType : NSInteger
{
...
} NSURLSessionWebSocketMessageType;
Topics 話題
Constants 定数
See Also 参照
Adding WebSocket Tasks to a Session WebSocketタスクをセッションに加える
- webSocketTaskWithURL:
Creates a WebSocket task for the provided URL.
WebSocketタスクをこの提供されたURLに対して作成します。
- webSocketTaskWithRequest:
Creates a WebSocket task for the provided URL request.
WebSocketタスクをこの提供されたURLリクエストに対して作成します。
- webSocketTaskWithURL:protocols:
Creates a WebSocket task given a URL and an array of protocols.
WebSocketタスクを、与えられたあるURLとある配列のプロトコルで作成します。
NSURLSessionWebSocketTask
A URL session task that communicates over the WebSockets protocol standard.
WebSocketsプロトコル標準越しに通信するあるURLセッションタスク。
NSURLSessionWebSocketDelegate
A protocol that defines methods that URL session instances call on their delegates to handle task-level events specific to WebSocket tasks.
あるプロトコル、それはいくつかのメソッドを定義します、それらはURLセッションインスタンスがそれらの委任先上で呼び出して、WebSocketタスクに特有なタスク水準イベントを取り扱うものです。