Mono Class Library: Overview

System.Net.FileWebRequest: Members

The members of System.Net.FileWebRequest are listed below.

See Also: Inherited members from System.Net.WebRequest

Protected Constructors

Public Properties

override
ConnectionGroupNamestring. Documentation for this section has not yet been entered.
override
ContentLengthlong. Documentation for this section has not yet been entered.
override
ContentTypestring. Documentation for this section has not yet been entered.
override
CredentialsICredentials. Documentation for this section has not yet been entered.
[read-only]
override
HeadersWebHeaderCollection. Documentation for this section has not yet been entered.
override
Methodstring. Documentation for this section has not yet been entered.
override
PreAuthenticatebool. Documentation for this section has not yet been entered.
override
ProxyIWebProxy. Documentation for this section has not yet been entered.
[read-only]
override
RequestUriUri. Documentation for this section has not yet been entered.
override
Timeoutint. Documentation for this section has not yet been entered.
override
UseDefaultCredentialsbool. Documentation for this section has not yet been entered.

Public Methods

override
Abort()
Documentation for this section has not yet been entered.
override
BeginGetRequestStream(AsyncCallback, object) : IAsyncResult
Documentation for this section has not yet been entered.
override
BeginGetResponse(AsyncCallback, object) : IAsyncResult
Documentation for this section has not yet been entered.
override
EndGetRequestStream(IAsyncResult) : System.IO.Stream
Documentation for this section has not yet been entered.
override
EndGetResponse(IAsyncResult) : WebResponse
Documentation for this section has not yet been entered.
override
GetRequestStream() : System.IO.Stream
Documentation for this section has not yet been entered.
override
GetResponse() : WebResponse
Documentation for this section has not yet been entered.

Protected Methods

Explicitly Implemented Interface Members

System.Runtime.Serialization.ISerializable.GetObjectDataDocumentation for this section has not yet been entered.