The WebClient type exposes the following members.

Constructors

  NameDescription
WebClientOverloaded.

Methods

  NameDescription
Busy
CancelAsyncOverloaded.
CheckInDocumentOverloaded.
CheckOutDocumentOverloaded.
CreateFolder
Creates a folder on the server.
CreateFolders
Creates folders on the server.
DownloadDocumentOverloaded.
DownloadDocumentAsync
Provides a method to retrieve a document and its meta-information for viewing or editing on a client.
DownloadDocuments
DownloadDocumentsAsync
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FinishAsync
GetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetMetaInfoOverloaded.
GetMoveDocumentRequest
Gets a MoveDocumentRequest object.
GetProperties
Returns resource properties for a url using the WebDAV PROPFIND method.
GetRequestOverloaded.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
ListDocumentsOverloaded.
ListVersionsOverloaded.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
MoveDocumentOverloaded.
MoveDocuments
Moves or copies a series of files or folders.
MoveDocumentsAsync
Moves or copies a series of files or folders.
NotBusy
OnDownloadDocumentCompleted
OnDownloadDocumentsCompleted
OnMoveDocumentsCompleted
OnRemoveDocumentsCompleted
OnUploadDocumentCompleted
OnUploadDocumentsCompleted
OpenServiceOverloaded.
RemoveDocumentOverloaded.
RemoveDocumentsOverloaded.
RemoveDocumentsAsync
RemoveMetaInfoOverloaded.
SetMetaInfoOverloaded.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
UnCheckOutDocumentOverloaded.
UploadDocumentOverloaded.
UploadDocumentAsync
UploadDocuments
UploadDocumentsAsync
UrlToWebUrlOverloaded.

Fields

  NameDescription
_asyncThread
_cancelled
_ignoreBusy
_isAsync
_isBusy
DefaultTimeout
Returns the default connection timeout.
ServerInfoVersion12
Returns the default script paths and version number for FPSE Version 12.
ServerInfoVersion5
Returns the default script paths and version number for FPSE Version 5.
ServerInfoVersion6
Returns the default script paths and version number for FPSE Version 6.

Properties

  NameDescription
BaseAddress
Gets or sets the root web url. If this is not set each request method must set its own WebUrl property.
Cancelled
Gets whether the request was cancelled.
Credentials
Gets or gets the credentials to use.
DefaultServerInfo
Gets or sets the global default FrontPage server information (script paths and version number).
IsAsyncRunning
Gets whether an asynchronous request is currently being processed.
IsBusy
Gets whether a request is currently being processed.
Proxy
Gets or sets the web proxy to use.
Rethrow
Gets or sets whether to rethrow request exceptions.
ServerInfo
Gets or sets the FrontPage server information (script paths and version number). Gets the WebClient.DefaultServerInfo if this is set. Is automatically discovered on the first request if not set.
Timeout
Gets or sets the request timeout.
UseDefaultCredentials
Gets or sets whether to use DefaultCredentials if no credentials are supplied.

Events

See Also