C# Class Client.WebDavSession

ファイルを表示 Open project: ringostarr80/WebDav.NET

Public Methods

Method 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 method

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

OpenFolder() public method

Returns IFolder corresponding to path.
public OpenFolder ( string path ) : IFolder
path string Path to the folder.
return IFolder

OpenResource() public method

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

OpenResource() public method

Returns IResource corresponding to path.
public OpenResource ( string path ) : IResource
path string Path to the resource.
return IResource

WebDavSession() public method

Constructor for WebDAV session.
public WebDavSession ( ) : System
return System