| Type | Name | Summary |
|---|---|---|
|
BodyBytes (r)
|
Retrieve the message body, as a byte array. |
|
BodyStream (r)
|
Retrieve the Stream being used to read from the message body. |
|
Headers (r)
|
Retrieves the content header properties of the message being read. |
| Name | Summary |
|---|---|
int RawRead(byte[] target, int offset, int length)
|
Read bytes from the body stream into a section of an existing byte array, without encoding or interpretation. Returns the number of bytes read from the body and written into the target array, which may be less than the number requested if the end-of-stream is reached. |
int RawRead()
|
Read a single byte from the body stream, without encoding or interpretation. Returns -1 for end-of-stream. |
int RawRead(byte[] target, int offset, int length)
| Return type | |
||||||||
|---|---|---|---|---|---|---|---|---|---|
| Parameters |
|