HttpRequestBase.InsertEntityBody 메서드

정의

파생된 클래스에서 구현된 경우 HTTP 요청 엔터티 본문을 메모리에 삽입하는 IIS 메서드에 대한 관리되는 래퍼를 제공합니다.

오버로드

InsertEntityBody()

파생된 클래스에서 구현되는 경우 HTTP 요청 엔터티 본문의 복사본을 IIS에 제공합니다.

InsertEntityBody(Byte[], Int32, Int32)

파생 클래스에서 구현되는 경우 IIS에 HTTP 요청 엔터티 본문의 사본 및 요청 엔터티 개체에 대한 정보를 제공합니다.

InsertEntityBody()

파생된 클래스에서 구현되는 경우 HTTP 요청 엔터티 본문의 복사본을 IIS에 제공합니다.

public:
 virtual void InsertEntityBody();
public virtual void InsertEntityBody ();
abstract member InsertEntityBody : unit -> unit
override this.InsertEntityBody : unit -> unit
Public Overridable Sub InsertEntityBody ()

적용 대상

InsertEntityBody(Byte[], Int32, Int32)

파생 클래스에서 구현되는 경우 IIS에 HTTP 요청 엔터티 본문의 사본 및 요청 엔터티 개체에 대한 정보를 제공합니다.

public:
 virtual void InsertEntityBody(cli::array <System::Byte> ^ buffer, int offset, int count);
public virtual void InsertEntityBody (byte[] buffer, int offset, int count);
abstract member InsertEntityBody : byte[] * int * int -> unit
override this.InsertEntityBody : byte[] * int * int -> unit
Public Overridable Sub InsertEntityBody (buffer As Byte(), offset As Integer, count As Integer)

매개 변수

buffer
Byte[]

요청 엔터티 데이터가 들어 있는 배열입니다.

offset
Int32

요청 엔터티 데이터 저장을 시작할 buffer의 위치(0부터 시작)입니다.

count
Int32

buffer 배열로 읽어 들일 바이트 수입니다.

적용 대상