C# Класс Org.IdentityConnectors.Framework.Api.RemoteFrameworkConnectionInfo

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Equals ( Object o ) : bool
GetHashCode ( ) : int
RemoteFrameworkConnectionInfo ( String host, int port, GuardedString key ) : System

Creates a new instance of RemoteFrameworkConnectionInfo, using a clear (non-ssl) connection and a 60-second timeout.

RemoteFrameworkConnectionInfo ( String host, int port, GuardedString key, bool useSSL, RemoteCertificateValidationCallback certificateValidationCallback, int timeout ) : System

Creates a new instance of RemoteFrameworkConnectionInfo.

ToString ( ) : String

Описание методов

Equals() публичный Метод

public Equals ( Object o ) : bool
o Object
Результат bool

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int

RemoteFrameworkConnectionInfo() публичный Метод

Creates a new instance of RemoteFrameworkConnectionInfo, using a clear (non-ssl) connection and a 60-second timeout.
public RemoteFrameworkConnectionInfo ( String host, int port, GuardedString key ) : System
host String The host to connect to
port int The port to connect to
key GuardedString
Результат System

RemoteFrameworkConnectionInfo() публичный Метод

Creates a new instance of RemoteFrameworkConnectionInfo.
public RemoteFrameworkConnectionInfo ( String host, int port, GuardedString key, bool useSSL, RemoteCertificateValidationCallback certificateValidationCallback, int timeout ) : System
host String The host to connect to
port int The port to connect to
key GuardedString
useSSL bool Set to true if we are to connect via SSL.
certificateValidationCallback RemoteCertificateValidationCallback to use /// for establising the SSL connection. May be null or empty, /// in which case the default installed providers for the JVM will /// be used. Ignored if 'useSSL' is false.
timeout int The timeout to use (in milliseconds). A value of 0 /// means infinite timeout;
Результат System

ToString() публичный Метод

public ToString ( ) : String
Результат String