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

httpBodyStream

The request body as an input stream. 要請本文、入力ストリームとして。

Declaration 宣言

var httpBodyStream: InputStream? { get }

Discussion 議論

nil if the body stream has not been set. The returned stream is for examination only—it is not safe to manipulate the stream in any way. nil、もしボディストリームが設定されていないならば。返されるストリームは試験のためだけのものです — ストレームを操るのはどんな方法であれ安全ではありません。

The receiver will have either an HTTP body or an HTTP body stream, only one may be set for a request. A HTTP body stream is preserved when copying an NSURLRequest object, but is lost when a request is archived using the NSCoding protocol. レシーバは、HTTPボディまたはHTTPボディのストリームどちらかを持つでしょう、ただ1つだけがリクエストに対して設定されるかもしれません。HTTPホディストリームは、NSURLRequestオブジェクトをコピーしている時は保全されます、しかしリクエストがNSCodingプロトコルを使ってアーカイブされる時は失われます。

See Also 参照

Accessing Request Components 要請構成要素にアクセスする

Related Documentation 関連文書