C# 클래스 Org.IdentityConnectors.Framework.Api.RemoteFrameworkConnectionInfo

파일 보기 프로젝트 열기: Tirasa/ConnId 1 사용 예제들

공개 메소드들

메소드 설명
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