HttpWorkerRequest.GetPreloadedEntityBody 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
已重载。 返回 HTTP 请求正文当前已被读取的部分。
重载
GetPreloadedEntityBody(Byte[], Int32) |
使用指定的缓冲区数据和字节偏移量获取 HTTP 请求正文当前已被读取的部分。 |
GetPreloadedEntityBody() |
返回 HTTP 请求正文已被读取的部分。 |
GetPreloadedEntityBody(Byte[], Int32)
使用指定的缓冲区数据和字节偏移量获取 HTTP 请求正文当前已被读取的部分。
public:
virtual int GetPreloadedEntityBody(cli::array <System::Byte> ^ buffer, int offset);
public virtual int GetPreloadedEntityBody (byte[] buffer, int offset);
abstract member GetPreloadedEntityBody : byte[] * int -> int
override this.GetPreloadedEntityBody : byte[] * int -> int
Public Overridable Function GetPreloadedEntityBody (buffer As Byte(), offset As Integer) As Integer
参数
- buffer
- Byte[]
要读取的数据。
- offset
- Int32
开始读取的位置的字节偏移量。
返回
HTTP 请求正文已被读取的部分。
适用于
GetPreloadedEntityBody()
返回 HTTP 请求正文已被读取的部分。
public:
virtual cli::array <System::Byte> ^ GetPreloadedEntityBody();
public virtual byte[] GetPreloadedEntityBody ();
abstract member GetPreloadedEntityBody : unit -> byte[]
override this.GetPreloadedEntityBody : unit -> byte[]
Public Overridable Function GetPreloadedEntityBody () As Byte()
返回
- Byte[]
HTTP 请求正文已被读取的部分。