Type Method
型メソッド
removePropertyForKey:inRequest:
Removes the property associated with the specified key in the specified request.
指定されたリクエストの中の指定されたキーと結び付けられたプロパティを取り除きます。
Parameters
パラメータ
key
The key whose value should be removed.
その値が取り除かれるべきキー。
request
The request from which to remove the property value.
それからプロパティ値を取り除くことになるリクエスト。
Discussion
議論
This method is used to provide an interface for protocol implementors to customize protocol-specific information associated with NSMutableURLRequest
objects.
このメソッドは、プロトコル実装側に、NSMutableURLRequest
オブジェクトに関連するプロトコル特有情報をカスタマイズするインターフェイスを提供するために使われます。
See Also
参照
Getting and Setting Request Properties
リクエストプロパティの取得と設定
+ propertyForKey:inRequest:
Fetches the property associated with the specified key in the specified request.
指定されたリクエストの中のこの指定されたキーと結び付けられたプロパティを取って来ます。