C# Класс iControl.Interfaces

Показать файл Открыть проект

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

Метод Описание
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