C# 클래스 iControl.Interfaces

파일 보기 프로젝트 열기: f5devcentral/f5-icontrol-library-dotnet

공개 메소드들

메소드 설명
ClearSessionIdentifier ( ) : void
GetSessionIdentifier ( bool refresh = false ) : long
Interfaces ( ) : System
Interfaces ( String hostname, String username, String password ) : System
Interfaces ( String hostname, long port, String username, String password ) : System
IsValidSessionIdentifier ( long id ) : bool
RemoteCertificateValidationCallback ( Object sender, System certificate, System chain, System sslPolicyErrors ) : bool
RollbackTransaction ( ) : void
SetTransactionTimeout ( long timeout ) : void
StartTransaction ( ) : long
SubmitTransaction ( ) : void
UseSessionIdentifier ( long id ) : void
initialize ( String hostname, String username, String password ) : bool
initialize ( String hostname, long port, String username, String password ) : bool
initialize ( String hostname, long port, String username, String password, String proxyServer, long proxyPort, String proxyUser, String proxyPass ) : bool
initializeWithToken ( String hostname, String emip, String authToken ) : bool
initializeWithToken ( String hostname, long port, String emip, String authToken ) : bool

비공개 메소드들

메소드 설명
initializeInterface ( System oInterface ) : void
initializeInterface ( iControlInterface oInterface ) : void
verifyInitialized ( ) : void

메소드 상세

ClearSessionIdentifier() 공개 메소드

public ClearSessionIdentifier ( ) : void
리턴 void

GetSessionIdentifier() 공개 메소드

public GetSessionIdentifier ( bool refresh = false ) : long
refresh bool
리턴 long

Interfaces() 공개 메소드

public Interfaces ( ) : System
리턴 System

Interfaces() 공개 메소드

public Interfaces ( String hostname, String username, String password ) : System
hostname String
username String
password String
리턴 System

Interfaces() 공개 메소드

public Interfaces ( String hostname, long port, String username, String password ) : System
hostname String
port long
username String
password String
리턴 System

IsValidSessionIdentifier() 공개 메소드

public IsValidSessionIdentifier ( long id ) : bool
id long
리턴 bool

RemoteCertificateValidationCallback() 공개 메소드

public RemoteCertificateValidationCallback ( Object sender, System certificate, System chain, System sslPolicyErrors ) : bool
sender Object
certificate System
chain System
sslPolicyErrors System
리턴 bool

RollbackTransaction() 공개 메소드

public RollbackTransaction ( ) : void
리턴 void

SetTransactionTimeout() 공개 메소드

public SetTransactionTimeout ( long timeout ) : void
timeout long
리턴 void

StartTransaction() 공개 메소드

public StartTransaction ( ) : long
리턴 long

SubmitTransaction() 공개 메소드

public SubmitTransaction ( ) : void
리턴 void

UseSessionIdentifier() 공개 메소드

public UseSessionIdentifier ( long id ) : void
id long
리턴 void

initialize() 공개 메소드

public initialize ( String hostname, String username, String password ) : bool
hostname String
username String
password String
리턴 bool

initialize() 공개 메소드

public initialize ( String hostname, long port, String username, String password ) : bool
hostname String
port long
username String
password String
리턴 bool

initialize() 공개 메소드

public initialize ( String hostname, long port, String username, String password, String proxyServer, long proxyPort, String proxyUser, String proxyPass ) : bool
hostname String
port long
username String
password String
proxyServer String
proxyPort long
proxyUser String
proxyPass String
리턴 bool

initializeWithToken() 공개 메소드

public initializeWithToken ( String hostname, String emip, String authToken ) : bool
hostname String
emip String
authToken String
리턴 bool

initializeWithToken() 공개 메소드

public initializeWithToken ( String hostname, long port, String emip, String authToken ) : bool
hostname String
port long
emip String
authToken String
리턴 bool