C# Class Org.IdentityConnectors.Framework.Api.RemoteFrameworkConnectionInfo

Exibir arquivo Open project: Tirasa/ConnId Class Usage Examples

Public Methods

Method Description
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

Method Details

Equals() public method

public Equals ( Object o ) : bool
o Object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

RemoteFrameworkConnectionInfo() public method

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
return System

RemoteFrameworkConnectionInfo() public method

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;
return System

ToString() public method

public ToString ( ) : String
return String