The URL protocol object sending the message. メッセージを送っているURLプロトコルオブジェクト。
Instance Method
インスタンスメソッド
url
urlProtocol(_:wasRedirectedTo: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 宣言
func urlProtocol(_ protocol: URLProtocol
,
wasRedirectedTo request: URLRequest
,
redirectResponse: URLResponse
)
Parameters パラメータ
protocol
request
The new request that the original request was redirected to. 元のリクエストがそれへと転送された新しいリクエスト。
redirectResponse
The response from the original request that caused the redirect. 元のリクエストからの応答、それは転送を引き起こしたものです。