The URL protocol object sending the message. メッセージを送っているURLプロトコルオブジェクト。
Instance Method
インスタンスメソッド
URLProtocol:
URLProtocol:wasRedirectedToRequest:redirectResponse:
Tells the client that the protocol implementation has been redirected.
クライアントに、このプロトコル実装が転送されたことを伝えます。
Availability 有効性
- iOS 2.0+
- iPadOS 2.0+
- macOS 10.2+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
- (void)URLProtocol:(NSURLProtocol
*)protocol
wasRedirectedToRequest:(NSURLRequest
*)request
redirectResponse:(NSURLResponse
*)redirectResponse;
Parameters パラメータ
protocol
request
The new request that the original request was redirected to. 元のリクエストがそれへと転送された新しいリクエスト。
redirectResponse
The response from the original request that caused the redirect. 元のリクエストからの応答、それは転送を引き起こしたものです。