IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Intermediate proxy class to a web service based on the WSBaseClass. More...
Additional Inherited Members | |
![]() | |
string | GetServiceName () |
Returns the name of the web service. More... | |
void | SetServiceName (string name) |
Sets the name of the web 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... | |
![]() | |
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] |
Intermediate proxy class to a web service based on the WSBaseClass.
This class can inherit either from the automatically generated web service proxy class, or from the web service' base class when generation of proxy fails.