C# Класс TrueLib.RemoteResource

Наследование: System.Uri
Показать файл Открыть проект

Открытые методы

Метод Описание
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