Asp.Net Response object.
| C# | Visual Basic | Visual Basic Usage |
public class AspNetResponse
Public Class AspNetResponse
Dim instance As AspNetResponse
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| Body |
Gets the response body as a byte array.
| |
| BodyAsString |
Gets the response body as a string.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Headers |
Gets the response headers.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Status |
Gets the response status.
| |
| ToEntireResponseString()()() |
Returns the entire response as a string including headers, status and body.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| AspNetResponse | |
