The WebDavSessionAsync type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetAuthenticationSchemeAsync(String) |
Gets server authentication scheme.
| |
GetAuthenticationSchemeAsync(Uri) |
Gets server authentication scheme.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OpenFileAsync(String) |
Returns IFileAsync corresponding to path.
| |
OpenFileAsync(Uri) |
Returns IFileAsync corresponding to path.
| |
OpenFolderAsync(String) |
Returns IFolderAsync corresponding to path.
| |
OpenFolderAsync(Uri) |
Returns IFolderAsync corresponding to path.
| |
OpenItemAsync(String) |
Returns IHierarchyItemAsync corresponding to path.
| |
OpenItemAsync(Uri) |
Returns IHierarchyItemAsync corresponding to path.
| |
OpenVersionAsync(String) |
Returns IVersionAsync corresponding to path.
| |
OpenVersionAsync(Uri) |
Returns IVersionAsync corresponding to path.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |