C# 클래스 TrueLib.RemoteResource

상속: System.Uri
파일 보기 프로젝트 열기: nefarius/TrueMount-3

공개 메소드들

메소드 설명
BuildUri ( Schemes sheme, string host, string path ) : KeyFile

Creates a new key file.

BuildUri ( Schemes sheme, string host, string path, string user, string pass ) : KeyFile

Creates a new key file with authentication information.

RemoteResource ( string uri ) : System

비공개 메소드들

메소드 설명
ValidateServerCertficate ( object sender, X509Certificate cert, X509Chain chain, SslPolicyErrors sslPolicyErrors ) : bool

메소드 상세

BuildUri() 공개 정적인 메소드

Creates a new key file.
public static BuildUri ( Schemes sheme, string host, string path ) : KeyFile
sheme Schemes The sheme of the source.
host string The hostname.
path string The path.
리턴 KeyFile

BuildUri() 공개 정적인 메소드

Creates a new key file with authentication information.
public static BuildUri ( Schemes sheme, string host, string path, string user, string pass ) : KeyFile
sheme Schemes
host string
path string
user string
pass string
리턴 KeyFile

RemoteResource() 공개 메소드

public RemoteResource ( string uri ) : System
uri string
리턴 System