IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
IG.Web.WSDevelop1 Class Reference

Web service class. More...

+ Inheritance diagram for IG.Web.WSDevelop1:
+ Collaboration diagram for IG.Web.WSDevelop1:

Public Member Functions

string TestMethodWS2 ()
 Another test method from higher level development service. More...
 
- Public Member Functions inherited from IG.Web.WSDevelop1Class
string TestMethodWS2 ()
 Another test method from higher level development service. More...
 
- Public Member Functions inherited from IG.Web.WSDevelopClass
 WSDevelopClass ()
 
string ReturnClientTable ()
 Returns an array of client data objects. More...
 
ClientDataBase[] GetClientData (int Number)
 "Returns an array of Clients (maximum 10!)." More...
 
- Public Member Functions inherited from IG.Web.WSBaseClass
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...
 
- Public Member Functions inherited from IG.Web.WSDevelop
 WSDevelop ()
 
string ReturnClientTable ()
 Returns an array of client data objects. More...
 
ClientDataBase[] GetClientData (int Number)
 "Returns an array of Clients (maximum 10!)." More...
 
- Public Member Functions inherited from IG.Web.WSBase
string TestService ()
 Tests whether the web service is alive. More...
 
string TestServiceArg (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...
 
string TestCount ()
 Web service method example. Increments a static counter. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from IG.Web.WSBase
static void ExampleUseServiceWithSessions (object sender, EventArgs e)
 
- Public Attributes inherited from IG.Web.WSBaseClass
const string DefaultNamespace = "http://www2.arnes.si/~ljc3m2/igor/iglib/"
 
- Public Attributes inherited from IG.Web.WSBase
const string DefaultNamespace = "http://www2.arnes.si/~ljc3m2/igor/iglib/"
 
- Static Public Attributes inherited from IG.Web.WSBaseClass
static string VarNameOutputLevel = "OutputLevel"
 
- Static Protected Member Functions inherited from IG.Web.WSBaseClass
static int GetNextId ()
 Returns a new ID for a web service object. More...
 
- Static Protected Member Functions inherited from IG.Web.WSBase
static int GetNextId ()
 Returns a new ID for a web service object. More...
 
- Protected Attributes inherited from IG.Web.WSBaseClass
string _url
 
CookieContainer _cookieContainer
 
const int CacheDurationTimeBase = 10
 
int _id = GetNextId()
 
const string VarNumTestCalls = "NumTestCalls__IGLib_Service_Base"
 
- Protected Attributes inherited from IG.Web.WSBase
const int CacheHelloWorldTime = 10
 
int _id = GetNextId()
 
const string VarNumTestCalls = "NumTestCalls__IGLib_Service_Base"
 
- Static Protected Attributes inherited from IG.Web.WSBaseClass
static string _namespace = DefaultNamespace
 
static int _nextId = 0
 
static string _name
 
static int _testCount
 
- Static Protected Attributes inherited from IG.Web.WSBase
static string _namespace = DefaultNamespace
 
static int _nextId = 0
 
static int _testCount
 
- Properties inherited from IG.Web.WSBaseClass
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...
 
- Properties inherited from IG.Web.IWSBase
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...
 
- Properties inherited from IG.Lib.IIdentifiable
int Id [get]
 Returns unique ID (in the scope of a given type) of the current object. More...
 
- Properties inherited from IG.Lib.ILockable
object Lock [get]
 
- Properties inherited from IG.Web.WSBase
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...
 

Detailed Description

Web service class.

Member Function Documentation

string IG.Web.WSDevelop1.TestMethodWS2 ( )
inline

Another test method from higher level development service.

Implements IG.Web.IWsDevelop1.


The documentation for this class was generated from the following file: