HttpWebRequest Methods
.NET Framework 3.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Abort | Overridden. Cancels a request to an Internet resource. |
| AddRange | Overloaded. Adds a range header to the request. |
| BeginGetRequestStream | Overridden. Begins an asynchronous request for a Stream object to use to write data. |
| BeginGetResponse | Overridden. Begins an asynchronous request to an Internet resource. |
| Create | Overloaded. Initializes a new WebRequest. (inherited from WebRequest) |
| CreateDefault | Initializes a new WebRequest instance for the specified URI scheme. (inherited from WebRequest) |
| CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (inherited from MarshalByRefObject) |
| EndGetRequestStream | Overridden. Ends an asynchronous request for a Stream object to use to write data. |
| EndGetResponse | Overridden. Ends an asynchronous request to an Internet resource. |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (inherited from MarshalByRefObject) |
| GetRequestStream | Overridden. Gets a Stream object to use to write request data. |
| GetResponse | Overridden. Returns a response from an Internet resource. |
| GetSystemWebProxy | Returns a proxy configured with the Internet Explorer settings of the currently impersonated user. (inherited from WebRequest) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (inherited from MarshalByRefObject) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| RegisterPrefix | Registers a WebRequest descendant for the specified URI. (inherited from WebRequest) |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| 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) |
| GetObjectData | Overridden. Populates a SerializationInfo with the data required to serialize the target object. |
| MemberwiseClone | Overloaded. (inherited from MarshalByRefObject) |
Reference
HttpWebRequest ClassSystem.Net Namespace