HttpRequestBase.InsertEntityBody 메서드

정의

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

오버로드

Name Description
InsertEntityBody()

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

InsertEntityBody(Byte[], Int32, Int32)

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

InsertEntityBody()

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

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 입니다.

적용 대상