Instance Property
インスタンスプロパティ
textEncodingName
The name of the text encoding provided by the response’s originating source.
応答のもつ起源としているソースによって提供されるテキスト符号化の名前。
Declaration
宣言
@property(nullable, readonly, copy) NSString
*textEncodingName;
Discussion
議論
If no text encoding was provided by the protocol, this property’s value is nil
.
どんなテキストエンコーディングもプロトコルによって提供されなかったならば、このプロパティのもつ値はnil
です。
You can convert this string to a CFStringEncoding
value by calling CFStringConvertIANACharSetNameToEncoding
. You can subsequently convert that value to an NSStringEncoding
value by calling CFStringConvertEncodingToNSStringEncoding
.
あなたはこの文字列をCFStringEncoding
値へと変換することがCFStringConvertIANACharSetNameToEncoding
を呼び出すことによって可能です。あなたは、後でその値をNSStringEncoding
値に変換することがCFStringConvertEncodingToNSStringEncoding
を呼び出すことによって可能です。
See Also
参照
Getting the Response Properties
応答プロパティを取得する
NSURLResponseUnknownLength
The response length cannot be determined in advance of receiving the data from the server.
応答の長さは、データをサーバーから受け取る前に決定されることはできません。
MIMEType
The MIME type of the response.
応答のMIME型。
URL
The URL for the response.
応答に対するURL。