Web service class.
More...
|
void | InitializeComponent () |
| Required method for Designer support - do not modify the contents of this method with the code editor. More...
|
|
|
System.Windows.Forms.Button | button1 |
|
|
static void | ExampleUseServiceWithSessions (object sender, EventArgs e) |
|
const string | DefaultNamespace = "http://www2.arnes.si/~ljc3m2/igor/iglib/" |
|
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...
|
|
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" |
|
const int | CacheHelloWorldTime = 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 |
|
static string | _namespace = DefaultNamespace |
|
static int | _nextId = 0 |
|
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] |
|
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...
|
|
IG.Web.WSDevelop.WSDevelop |
( |
| ) |
|
|
inline |
void IG.Web.WSDevelop.InitializeComponent |
( |
| ) |
|
|
inlineprivate |
Required method for Designer support - do not modify the contents of this method with the code editor.
string IG.Web.WSDevelop.ReturnClientTable |
( |
| ) |
|
|
inline |
System.Windows.Forms.Button IG.Web.WSDevelop.button1 |
|
private |
The documentation for this class was generated from the following file: