C# 클래스 SampleGenevaSOAPInterface.GenevaSOAPSession

Base class for callable runrep and loader sessions.
파일 보기 프로젝트 열기: GFTUSA/GFTInternal

보호된 프로퍼티들

프로퍼티 타입 설명
_host string
_password string
_port int
_sessionID string
_sharedConnection bool
_soapService GenevaSOAPInterface.Service
_soapURL string
_username string

공개 메소드들

메소드 설명
GenevaSOAPSession ( string soapURL, string host, int port, string username, string password, bool sharedConnection ) : System

Constructor

ShutdownSession ( ) : void

Method to shutdown a non-shared session.

비공개 메소드들

메소드 설명
getSOAPService ( ) : GenevaSOAPInterface.Service

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

메소드 상세

GenevaSOAPSession() 공개 메소드

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.
리턴 System

ShutdownSession() 공개 메소드

Method to shutdown a non-shared session.
public ShutdownSession ( ) : void
리턴 void

프로퍼티 상세

_host 보호되어 있는 프로퍼티

protected string _host
리턴 string

_password 보호되어 있는 프로퍼티

protected string _password
리턴 string

_port 보호되어 있는 프로퍼티

protected int _port
리턴 int

_sessionID 보호되어 있는 프로퍼티

protected string _sessionID
리턴 string

_sharedConnection 보호되어 있는 프로퍼티

protected bool _sharedConnection
리턴 bool

_soapService 보호되어 있는 프로퍼티

protected GenevaSOAPInterface.Service _soapService
리턴 GenevaSOAPInterface.Service

_soapURL 보호되어 있는 프로퍼티

protected string _soapURL
리턴 string

_username 보호되어 있는 프로퍼티

protected string _username
리턴 string