C# Class Client.WebDavSession

Afficher le fichier Open project: ringostarr80/WebDav.NET

Méthodes publiques

Méthode Description
OpenFolder ( Uri path ) : IFolder

Returns IFolder corresponding to path.

OpenFolder ( string path ) : IFolder

Returns IFolder corresponding to path.

OpenResource ( Uri path ) : IResource

Returns IResource corresponding to path.

OpenResource ( string path ) : IResource

Returns IResource corresponding to path.

WebDavSession ( ) : System

Constructor for WebDAV session.

Method Details

OpenFolder() public méthode

Returns IFolder corresponding to path.
public OpenFolder ( Uri path ) : IFolder
path System.Uri Path to the folder.
Résultat IFolder

OpenFolder() public méthode

Returns IFolder corresponding to path.
public OpenFolder ( string path ) : IFolder
path string Path to the folder.
Résultat IFolder

OpenResource() public méthode

Returns IResource corresponding to path.
public OpenResource ( Uri path ) : IResource
path System.Uri Path to the resource.
Résultat IResource

OpenResource() public méthode

Returns IResource corresponding to path.
public OpenResource ( string path ) : IResource
path string Path to the resource.
Résultat IResource

WebDavSession() public méthode

Constructor for WebDAV session.
public WebDavSession ( ) : System
Résultat System