C# Class SampleGenevaSOAPInterface.GenevaSOAPSession

Base class for callable runrep and loader sessions.
Afficher le fichier Open project: GFTUSA/GFTInternal

Protected Properties

Свойство Type Description
_host string
_password string
_port int
_sessionID string
_sharedConnection bool
_soapService GenevaSOAPInterface.Service
_soapURL string
_username string

Méthodes publiques

Méthode Description
GenevaSOAPSession ( string soapURL, string host, int port, string username, string password, bool sharedConnection ) : System

Constructor

ShutdownSession ( ) : void

Method to shutdown a non-shared session.

Private Methods

Méthode Description
getSOAPService ( ) : GenevaSOAPInterface.Service

Method to create a new SOAP Service object and set the URL.

Method Details

GenevaSOAPSession() public méthode

Constructor
public GenevaSOAPSession ( string soapURL, string host, int port, string username, string password, bool sharedConnection ) : System
soapURL string URL for the Geneva SOAP Interface, in the form http://server:port, where port is the dbaserver port number, as defined in dbaserver.ini.
host string Server name that is running your Geneva service manager.
port int Port where the Geneva service manager is running, defined in geneva.ini.
username string Geneva username to login and run your report.
password string Password for the Geneva user.
sharedConnection bool True if this is a shared connection, false if you want to use a persistent connection.
Résultat System

ShutdownSession() public méthode

Method to shutdown a non-shared session.
public ShutdownSession ( ) : void
Résultat void

Property Details

_host protected_oe property

protected string _host
Résultat string

_password protected_oe property

protected string _password
Résultat string

_port protected_oe property

protected int _port
Résultat int

_sessionID protected_oe property

protected string _sessionID
Résultat string

_sharedConnection protected_oe property

protected bool _sharedConnection
Résultat bool

_soapService protected_oe property

protected GenevaSOAPInterface.Service _soapService
Résultat GenevaSOAPInterface.Service

_soapURL protected_oe property

protected string _soapURL
Résultat string

_username protected_oe property

protected string _username
Résultat string