WebRequest Methods
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Abort() | Aborts the Request |
![]() | BeginGetRequestStream(AsyncCallback^, Object^) | When overridden in a descendant class, provides an asynchronous version of the GetRequestStream method. |
![]() | BeginGetResponse(AsyncCallback^, Object^) | When overridden in a descendant class, begins an asynchronous request for an Internet resource. |
![]() ![]() | Create(String^) | Initializes a new WebRequest instance for the specified URI scheme. |
![]() ![]() | Create(Uri^) | Initializes a new WebRequest instance for the specified URI scheme. |
![]() ![]() | CreateDefault(Uri^) | Initializes a new WebRequest instance for the specified URI scheme. |
![]() ![]() | CreateHttp(String^) | Initializes a new HttpWebRequest instance for the specified URI string. |
![]() ![]() | CreateHttp(Uri^) | Initializes a new HttpWebRequest instance for the specified URI. |
![]() | CreateObjRef(Type^) | 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(IAsyncResult^) | When overridden in a descendant class, returns a Stream for writing data to the Internet resource. |
![]() | EndGetResponse(IAsyncResult^) | When overridden in a descendant class, returns a WebResponse. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetLifetimeService() | Retrieves the current lifetime service object that controls the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | This API supports the product infrastructure and is not intended to be used directly from your code. Populates a SerializationInfo with the data needed to serialize the target object. |
![]() | GetRequestStream() | When overridden in a descendant class, returns a Stream for writing data to the Internet resource. |
![]() | GetRequestStreamAsync() | When overridden in a descendant class, returns a Stream for writing data to the Internet resource as an asynchronous operation. |
![]() | GetResponse() | When overridden in a descendant class, returns a response to an Internet request. |
![]() | GetResponseAsync() | When overridden in a descendant class, returns a response to an Internet request as an asynchronous operation. |
![]() ![]() | GetSystemWebProxy() | Returns a proxy configured with the Internet Explorer settings of the currently impersonated user. |
![]() | GetType() | |
![]() | InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | MemberwiseClone() | |
![]() | MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object.(Inherited from MarshalByRefObject.) |
![]() ![]() | RegisterPortableWebRequestCreator(IWebRequestCreate^) | Obsolete. Register an IWebRequestCreate object. |
![]() ![]() | RegisterPrefix(String^, IWebRequestCreate^) | Registers a WebRequest descendant for the specified URI. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ISerializable::GetObjectData(SerializationInfo^, StreamingContext) | This API supports the product infrastructure and is not intended to be used directly from your code. When overridden in a descendant class, populates a SerializationInfo instance with the data needed to serialize the WebRequest. |




