FileWebRequest Properties

 

Namespace:   System.Net
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubpropertyAuthenticationLevel

Gets or sets values indicating the level of authentication and impersonation used for this request.(Inherited from WebRequest.)

System_CAPS_pubpropertyCachePolicy

Gets or sets the cache policy for this request.(Inherited from WebRequest.)

System_CAPS_pubpropertyConnectionGroupName

Gets or sets the name of the connection group for the request. This property is reserved for future use.(Overrides WebRequest::ConnectionGroupName.)

System_CAPS_pubpropertyContentLength

Gets or sets the content length of the data being sent.(Overrides WebRequest::ContentLength.)

System_CAPS_pubpropertyContentType

Gets or sets the content type of the data being sent. This property is reserved for future use.(Overrides WebRequest::ContentType.)

System_CAPS_pubpropertyCreatorInstance

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.)

System_CAPS_pubpropertyCredentials

Gets or sets the credentials that are associated with this request. This property is reserved for future use.(Overrides WebRequest::Credentials.)

System_CAPS_pubpropertyHeaders

Gets a collection of the name/value pairs that are associated with the request. This property is reserved for future use.(Overrides WebRequest::Headers.)

System_CAPS_pubpropertyImpersonationLevel

Gets or sets the impersonation level for the current request.(Inherited from WebRequest.)

System_CAPS_pubpropertyMethod

Gets or sets the protocol method used for the request. This property is reserved for future use.(Overrides WebRequest::Method.)

System_CAPS_pubpropertyPreAuthenticate

Gets or sets a value that indicates whether to preauthenticate a request. This property is reserved for future use.(Overrides WebRequest::PreAuthenticate.)

System_CAPS_pubpropertyProxy

Gets or sets the network proxy to use for this request. This property is reserved for future use.(Overrides WebRequest::Proxy.)

System_CAPS_pubpropertyRequestUri

Gets the Uniform Resource Identifier (URI) of the request.(Overrides WebRequest::RequestUri.)

System_CAPS_pubpropertyTimeout

Gets or sets the length of time until the request times out.(Overrides WebRequest::Timeout.)

System_CAPS_pubpropertyUseDefaultCredentials

This API supports the product infrastructure and is not intended to be used directly from your code. Always throws a NotSupportedException.(Overrides WebRequest::UseDefaultCredentials.)

Return to top
Show: