FileWebRequest Properties
.NET Framework 4
The FileWebRequest type exposes the following members.
| Name | Description | |
|---|---|---|
|
AuthenticationLevel | Gets or sets values indicating the level of authentication and impersonation used for this request. (Inherited from WebRequest.) |
|
CachePolicy | Gets or sets the cache policy for this request. (Inherited from WebRequest.) |
|
ConnectionGroupName | Gets or sets the name of the connection group for the request. This property is reserved for future use. (Overrides WebRequest.ConnectionGroupName.) |
|
ContentLength | Gets or sets the content length of the data being sent. (Overrides WebRequest.ContentLength.) |
|
ContentType | Gets or sets the content type of the data being sent. This property is reserved for future use. (Overrides WebRequest.ContentType.) |
|
Credentials | Gets or sets the credentials that are associated with this request. This property is reserved for future use. (Overrides WebRequest.Credentials.) |
|
Headers | Gets a collection of the name/value pairs that are associated with the request. This property is reserved for future use. (Overrides WebRequest.Headers.) |
|
ImpersonationLevel | Gets or sets the impersonation level for the current request. (Inherited from WebRequest.) |
|
Method | Gets or sets the protocol method used for the request. This property is reserved for future use. (Overrides WebRequest.Method.) |
|
PreAuthenticate | Gets or sets a value that indicates whether to preauthenticate a request. This property is reserved for future use. (Overrides WebRequest.PreAuthenticate.) |
|
Proxy | Gets or sets the network proxy to use for this request. This property is reserved for future use. (Overrides WebRequest.Proxy.) |
|
RequestUri | Gets the Uniform Resource Identifier (URI) of the request. (Overrides WebRequest.RequestUri.) |
|
Timeout | Gets or sets the length of time until the request times out. (Overrides WebRequest.Timeout.) |
|
UseDefaultCredentials | Infrastructure. Always throws a NotSupportedException. (Overrides WebRequest.UseDefaultCredentials.) |