C# 클래스 Client.WebDavSession

파일 보기 프로젝트 열기: ringostarr80/WebDav.NET

공개 메소드들

메소드 설명
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.

메소드 상세

OpenFolder() 공개 메소드

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

OpenFolder() 공개 메소드

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

OpenResource() 공개 메소드

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

OpenResource() 공개 메소드

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

WebDavSession() 공개 메소드

Constructor for WebDAV session.
public WebDavSession ( ) : System
리턴 System