IWebRequest Interface Members
In This Topic
The following tables list the members exposed by IWebRequest.
Public Properties
| Name | Description |
| RequiresAuthentication | Indicates if the web request requires authentication (so the channel should authenticate before attempting the request) |
| SupportsAuthentication | Indicates if the web request supports authentication, so if the server requests credentials the request can provide them. |
Top
Public Methods
| Name | Description |
| ProcessRequest | Perform the request against the specified web client connection. |
Top
See Also