C# Class iControl.Interfaces

Afficher le fichier Open project: f5devcentral/f5-icontrol-library-dotnet

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
initializeInterface ( System oInterface ) : void
initializeInterface ( iControlInterface oInterface ) : void
verifyInitialized ( ) : void

Method Details

ClearSessionIdentifier() public méthode

public ClearSessionIdentifier ( ) : void
Résultat void

GetSessionIdentifier() public méthode

public GetSessionIdentifier ( bool refresh = false ) : long
refresh bool
Résultat long

Interfaces() public méthode

public Interfaces ( ) : System
Résultat System

Interfaces() public méthode

public Interfaces ( String hostname, String username, String password ) : System
hostname String
username String
password String
Résultat System

Interfaces() public méthode

public Interfaces ( String hostname, long port, String username, String password ) : System
hostname String
port long
username String
password String
Résultat System

IsValidSessionIdentifier() public méthode

public IsValidSessionIdentifier ( long id ) : bool
id long
Résultat bool

RemoteCertificateValidationCallback() public méthode

public RemoteCertificateValidationCallback ( Object sender, System certificate, System chain, System sslPolicyErrors ) : bool
sender Object
certificate System
chain System
sslPolicyErrors System
Résultat bool

RollbackTransaction() public méthode

public RollbackTransaction ( ) : void
Résultat void

SetTransactionTimeout() public méthode

public SetTransactionTimeout ( long timeout ) : void
timeout long
Résultat void

StartTransaction() public méthode

public StartTransaction ( ) : long
Résultat long

SubmitTransaction() public méthode

public SubmitTransaction ( ) : void
Résultat void

UseSessionIdentifier() public méthode

public UseSessionIdentifier ( long id ) : void
id long
Résultat void

initialize() public méthode

public initialize ( String hostname, String username, String password ) : bool
hostname String
username String
password String
Résultat bool

initialize() public méthode

public initialize ( String hostname, long port, String username, String password ) : bool
hostname String
port long
username String
password String
Résultat bool

initialize() public méthode

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
Résultat bool

initializeWithToken() public méthode

public initializeWithToken ( String hostname, String emip, String authToken ) : bool
hostname String
emip String
authToken String
Résultat bool

initializeWithToken() public méthode

public initializeWithToken ( String hostname, long port, String emip, String authToken ) : bool
hostname String
port long
emip String
authToken String
Résultat bool