FileWebRequest Properties
Assembly: System (in System.dll)
| 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.) |
![]() | CreatorInstance | Obsolete. When overridden in a descendant class, gets the factory object derived from the IWebRequestCreate class used to create the WebRequest instantiated for making the request to the specified URI.(Inherited from WebRequest.) |
![]() | 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 | This API supports the product infrastructure and is not intended to be used directly from your code. Always throws a NotSupportedException.(Overrides WebRequest::UseDefaultCredentials.) |
