Instance Property インスタンスプロパティ

MIMEType

The MIME type of the response. 応答のMIME型。

Declaration 宣言

@property(nullable, readonly, copy) NSString *MIMEType;

Discussion 議論

The MIME type is often provided by the response’s originating source. However, that value may be changed or corrected by a protocol implementation if it can be determined that the response’s source reported the information incorrectly. MIMEタイプは、しばしば応答のもつ源を発しているソースによって提供されます。しかしながら、その値はプロトコル実装によって変更または訂正されるかもしれません、もし応答のもつソースが情報を不正確に報告したことを決定されることが可能ならば。

If the response’s originating source does not provide a MIME type, an attempt to guess the MIME type may be made. 応答のもつ元のソースがMIMEタイプを提供しないならば、MIMEタイプを推測する試みがなされるかもしれません。

See Also 参照

Getting the Response Properties 応答プロパティを取得する