Метод | Описание | |
---|---|---|
BuildUri ( Schemes sheme, string host, string path ) : |
Creates a new key file.
|
|
BuildUri ( Schemes sheme, string host, string path, string user, string pass ) : |
Creates a new key file with authentication information.
|
|
RemoteResource ( string uri ) : System |
Метод | Описание | |
---|---|---|
ValidateServerCertficate ( object sender, |
public static BuildUri ( Schemes sheme, string host, string path ) : |
||
sheme | Schemes | The sheme of the source. |
host | string | The hostname. |
path | string | The path. |
Результат |
public static BuildUri ( Schemes sheme, string host, string path, string user, string pass ) : |
||
sheme | Schemes | |
host | string | |
path | string | |
user | string | |
pass | string | |
Результат |
public RemoteResource ( string uri ) : System | ||
uri | string | |
Результат | System |