NSFTPPropertyActiveTransferModeKey
Key for retrieving whether in active transfer mode, returned as a boolean wrapped in an
NSNumber
object.
アクティブトランスファーモードにあるかどうかを回収するためのキー、NSNumber
オブジェクトの中にラップされるブールとして返されます。
NSFTPPropertyFTPProxy
NSDictionary
containing proxy information to use in place of proxy identified in SystemConfiguration.framework
.
プロキシ情報を含んでいるNSDictionary
、それはSystemConfiguration.framework
において同定されるプロキシの代わりに使うことになります。
NSFTPPropertyFileOffsetKey
Key for retrieving the file offset, returned as an
NSNumber
object. The default value for this key is zero.
ファイルオフセットを回収するためのキー、NSNumber
オブジェクトとして返されます。このキーに対する省略時の値は、ゼロです。
NSFTPPropertyUserLoginKey
Key for the user login, returned as an
NSString
object.
ユーザログインに対するキー、NSString
オブジェクトとして返されます。
NSFTPPropertyUserPasswordKey
Key for the user password, returned as an
NSString
object.
ユーザパスワードに対するキー、NSString
オブジェクトとして返されます。
NSHTTPPropertyHTTPProxy
Key for retrieving the
NSDictionary
object containing proxy information to use in place of proxy identified in SystemConfiguration.framework
.
プロキシ情報を含んでいるNSDictionary
オブジェクトを回収するためのキー、SystemConfiguration.framework
において同定されるプロキシの代わりに使われることになります。
NSHTTPPropertyRedirectionHeadersKey
Key for retrieving the redirection headers as an
NSDictionary
object with each header value keyed to the header name.
リダイレクションヘッダを、ヘッダ名にキー付けされる各ヘッダ値をもつNSDictionary
オブジェクトとして回収するためのキー。
NSHTTPPropertyServerHTTPVersionKey
Key for retrieving the HTTP version as an
NSString
object containing the initial server status line up to the first space.
HTTPバージョンを、初期サーバ状態それらの行を最初の空きまで含んでいるNSString
オブジェクトとして回収するためのキー。
NSHTTPPropertyStatusCodeKey
Key for the status code, returned as an integer wrapped in an
NSNumber
object.
状態コードに対するキー、NSNumber
オブジェクトの中にラップされる整数として返されます。
NSHTTPPropertyStatusReasonKey
Key for the remainder of the HTTP status line following the status code, returned as an
NSString
object.
状態コードに続くHTTP状態行の残りに対するキー、NSString
オブジェクトとして返されます。