The members of System.Net.FileWebRequest are listed below.
See Also: Inherited members from System.Net.WebRequest
![]() Initializes a new instance of the System.Net.FileWebRequest class from the specified instances of the System.Runtime.Serialization.SerializationInfo and System.Runtime.Serialization.StreamingContext classes. |
override | ConnectionGroupName | string.
![]() Gets or sets the name of the connection group for the request. This property is reserved for future use. |
override | ContentLength | long.
![]() Gets or sets the content length of the data being sent. |
override | ContentType | string.
![]() Gets or sets the content type of the data being sent. This property is reserved for future use. |
override | Credentials | ICredentials.
![]() Gets or sets the credentials that are associated with this request. This property is reserved for future use. |
[read-only] override | Headers | WebHeaderCollection.
![]() Gets a collection of the name/value pairs that are associated with the request. This property is reserved for future use. |
override | Method | string.
![]() Gets or sets the protocol method used for the request. This property is reserved for future use. |
override | PreAuthenticate | bool.
![]() Gets or sets a value that indicates whether to preauthenticate a request. This property is reserved for future use. |
override | Proxy | IWebProxy.
![]() Gets or sets the network proxy to use for this request. This property is reserved for future use. |
[read-only] override | RequestUri | Uri.
![]() Gets the Uniform Resource Identifier (URI) of the request. |
override | Timeout | int.
![]() Gets or sets the length of time until the request times out. |
override | UseDefaultCredentials | bool.
![]() Always throws a NotSupportedException. |
override | Abort()
| |
override | BeginGetRequestStream(AsyncCallback, object)
| |
override | BeginGetResponse(AsyncCallback, object)
| |
override | EndGetRequestStream(IAsyncResult)
| |
override | EndGetResponse(IAsyncResult)
| |
override | GetRequestStream()
| |
override | GetResponse()
|
override | GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
|
System.Runtime.Serialization.ISerializable.GetObjectData |
![]() Populates a System.Runtime.Serialization.SerializationInfo object with the required data to serialize the System.Net.FileWebRequest. |