A closure called by the task when it receives the pong from the server. The closure receives an NSError
that indicates a lost connection or other problem, or nil
if no error occurred.
そのタスクによって、それがサーバからpongを受信する時に呼び出されるクロージャ。クロージャは、接続喪失または他の問題を指し示すNSError
を、またはエラーが発生しなかったならばnil
を受け取ります。
Instance Method
インスタンスメソッド
send
sendPing(pongReceiveHandler:)
Sends a ping frame from the client side, with a closure to receive the pong from the server endpoint.
pingフレームをクライアント側から送信します、pongをサーバーエンドポイントから受信するクロージャとともに。
Availability 有効性
- iOS 13.0+
- iPadOS 13.0+
- macOS 10.15+
- Mac Catalyst 13.0+
- tvOS 13.0+
- watchOS 6.0+
Technology
- Foundation ファウンデーション