Click or drag to resize

WebClient Methods

The WebClient type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnAddingCookie
Raises the AddingCookie event.
Protected methodOnProcessingResponse
Raises the ProcessingResponse event.
Protected methodOnSendingRequest
Raises the SendingRequest event.
Public methodCode exampleSendRequest(Uri)
Sends a GET request.
Public methodCode exampleSendRequest(WebRequest)
Sends a GET or POST request.
Public methodCode exampleSendRequest(Uri, Boolean)
Sends a GET request, specifying redirection.
Public methodCode exampleSendRequest(Uri, String)
Sends a POST request.
Public methodCode exampleSendRequest(Uri, String, Boolean)
Sends a POST request, specifying redirection.
Public methodToString (Inherited from Object.)
Top
See Also