Click or drag to resize
WebRequestExtensions Methods

The WebRequestExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetRequestStreamAsync
Returns a Stream for writing data to the Internet resource as an asynchronous operation.
Public methodStatic memberGetResponseAsync(WebRequest)
Returns a response to an Internet request as an asynchronous operation.
Public methodStatic memberGetResponseAsync(WebRequest, CancellationToken)
Returns a response to an Internet request as an asynchronous operation.
Public methodStatic memberGetResponseAsync(WebRequest, Boolean, CancellationToken)
Returns a response to an Internet request as an asynchronous operation.
Top
See Also