The WebClient type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| WebClient | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Busy | ||
| CancelAsync | Overloaded. | |
| CheckInDocument | Overloaded. | |
| CheckOutDocument | Overloaded. | |
| CreateFolder |
Creates a folder on the server.
| |
| CreateFolders |
Creates folders on the server.
| |
| DownloadDocument | Overloaded. | |
| DownloadDocumentAsync |
Provides a method to retrieve a document and its meta-information for viewing or editing on a client.
| |
| DownloadDocuments | ||
| DownloadDocumentsAsync | ||
| Equals | (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.) | |
| GetMetaInfo | Overloaded. | |
| GetMoveDocumentRequest |
Gets a MoveDocumentRequest object.
| |
| GetProperties |
Returns resource properties for a url using the WebDAV PROPFIND method.
| |
| GetRequest | Overloaded. | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ListDocuments | Overloaded. | |
| ListVersions | Overloaded. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MoveDocument | Overloaded. | |
| 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 | ||
| OpenService | Overloaded. | |
| RemoveDocument | Overloaded. | |
| RemoveDocuments | Overloaded. | |
| RemoveDocumentsAsync | ||
| RemoveMetaInfo | Overloaded. | |
| SetMetaInfo | Overloaded. | |
| ToString | (Inherited from Object.) | |
| UnCheckOutDocument | Overloaded. | |
| UploadDocument | Overloaded. | |
| UploadDocumentAsync | ||
| UploadDocuments | ||
| UploadDocumentsAsync | ||
| UrlToWebUrl | Overloaded. |
Fields
| Name | Description | |
|---|---|---|
| _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
| Name | Description | |
|---|---|---|
| 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.
|