IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Public Member Functions | |
WSDevelopClass () | |
string | ReturnClientTable () |
Returns an array of client data objects. More... | |
ClientDataBase[] | GetClientData (int Number) |
"Returns an array of Clients (maximum 10!)." More... | |
![]() | |
virtual string | GetServiceName () |
Returns name of the web service. More... | |
virtual void | SetServiceName (string name) |
Sets name of the web service. More... | |
void | SetOutputLevel (int level) |
Sets the level of output generated by the service. More... | |
int | GetOutputLevel () |
Returns the current level of output generated by the service. More... | |
string | TestService () |
Tests whether the web service is alive. More... | |
string | TestServiceCmd (string commandlineArguments) |
Tests whether the web service is alive. More... | |
string | TestServiceArgs (string[] commandlineArguments) |
Tests whether the web service is alive. More... | |
string | TestCount () |
Web service method example. Increments a static counter. More... | |
Private Member Functions | |
void | InitializeComponent () |
Required method for Designer support - do not modify the contents of this method with the code editor. More... | |
Private Attributes | |
System.Windows.Forms.Button | button1 |
Additional Inherited Members | |
![]() | |
const string | DefaultNamespace = "http://www2.arnes.si/~ljc3m2/igor/iglib/" |
![]() | |
static string | VarNameOutputLevel = "OutputLevel" |
![]() | |
static int | GetNextId () |
Returns a new ID for a web service object. More... | |
![]() | |
string | _url |
CookieContainer | _cookieContainer |
const int | CacheDurationTimeBase = 10 |
int | _id = GetNextId() |
const string | VarNumTestCalls = "NumTestCalls__IGLib_Service_Base" |
![]() | |
static string | _namespace = DefaultNamespace |
static int | _nextId = 0 |
static string | _name |
static int | _testCount |
![]() | |
virtual string | Url [get, set] |
URL of the web service. More... | |
virtual CookieContainer | CookieContainer [get, set] |
Cookie container, for compatibility with proxy classes that are derived from the System.Web.Services.Protocols.HttpWebClientProtocol class. More... | |
static string | NameSpace [get, set] |
static int | NextIdToBeAssigned [get] |
Returns the next service object ID to be assigned. More... | |
virtual int | Id [get, protected set] |
object | Lock [get] |
Object used for locking of the current object. More... | |
int | OutputLevel [get, set] |
Internal flag indicating the level of output the current object generates (e.g. output to the console). More... | |
![]() | |
string | Url [get, set] |
URL of the web service. More... | |
System.Net.CookieContainer | CookieContainer [get, set] |
Cookie container, for compatibility with proxy classes that are derived from the System.Web.Services.Protocols.HttpWebClientProtocol class. More... | |
![]() | |
int | Id [get] |
Returns unique ID (in the scope of a given type) of the current object. More... | |
![]() | |
object | Lock [get] |
Web service class.
|
inline |
|
inlineprivate |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
inline |
Returns an array of client data objects.
Implements IG.Web.IWsDevelop.
|
inline |
"Returns an array of Clients (maximum 10!)."
Number | Number of client data objects retuerned, maximum 10. |
Implements IG.Web.IWsDevelop.
References IG.Web.ClientDataBase.Name.
|
private |