The properties of the WebRequest class are listed below. For a complete list of WebRequest class members, see the WebRequest Members topic.
ConnectionGroupName | [To be supplied.] |
ContentLength | When overridden in a derived class, gets and sets the content length of request data being sent. |
ContentType | When overridden in a derived class, gets and sets the content type of the request data being sent. |
Credentials | When overridden in a derived class, gets and sets the network credentials used for authentication to this URI. |
Headers | When overridden in a derived class, gets a collection of header name-value pairs associated with this request. |
Method | When overridden in a derived class, gets and sets the protocol method used in this request. Default value should be "GET". |
PreAuthenticate | When overridden in a derived class, enables or disables pre-authentication. |
RequestURI | When overridden in a derived class, gets a URI instance representing the resource associated with the request. |