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.Lib.WSDevelop1Ref.WSDevelop1 Class Reference

More...

+ Inheritance diagram for IG.Lib.WSDevelop1Ref.WSDevelop1:
+ Collaboration diagram for IG.Lib.WSDevelop1Ref.WSDevelop1:

Public Member Functions

 WSDevelop1 ()
 
string TestMethodWS2 ()
 
void TestMethodWS2Async ()
 
void TestMethodWS2Async (object userState)
 
string ReturnClientTable ()
 
void ReturnClientTableAsync ()
 
void ReturnClientTableAsync (object userState)
 
ClientDataBase[] GetClientData (int Number)
 
void GetClientDataAsync (int Number)
 
void GetClientDataAsync (int Number, object userState)
 
string GetServiceName ()
 
void GetServiceNameAsync ()
 
void GetServiceNameAsync (object userState)
 
void SetServiceName (string name)
 
void SetServiceNameAsync (string name)
 
void SetServiceNameAsync (string name, object userState)
 
string TestService ()
 
void TestServiceAsync ()
 
void TestServiceAsync (object userState)
 
string TestServiceCmd (string commandlineArguments)
 
void TestServiceCmdAsync (string commandlineArguments)
 
void TestServiceCmdAsync (string commandlineArguments, object userState)
 
string TestServiceArgs (string[] commandlineArguments)
 
void TestServiceArgsAsync (string[] commandlineArguments)
 
void TestServiceArgsAsync (string[] commandlineArguments, object userState)
 
string TestCount ()
 
void TestCountAsync ()
 
void TestCountAsync (object userState)
 
new void CancelAsync (object userState)
 

Properties

new string Url [get, set]
 
new bool UseDefaultCredentials [get, set]
 

Events

TestMethodWS2CompletedEventHandler TestMethodWS2Completed
 
ReturnClientTableCompletedEventHandler ReturnClientTableCompleted
 
GetClientDataCompletedEventHandler GetClientDataCompleted
 
GetServiceNameCompletedEventHandler GetServiceNameCompleted
 
SetServiceNameCompletedEventHandler SetServiceNameCompleted
 
TestServiceCompletedEventHandler TestServiceCompleted
 
TestServiceCmdCompletedEventHandler TestServiceCmdCompleted
 
TestServiceArgsCompletedEventHandler TestServiceArgsCompleted
 
TestCountCompletedEventHandler TestCountCompleted
 

Private Member Functions

void OnTestMethodWS2OperationCompleted (object arg)
 
void OnReturnClientTableOperationCompleted (object arg)
 
void OnGetClientDataOperationCompleted (object arg)
 
void OnGetServiceNameOperationCompleted (object arg)
 
void OnSetServiceNameOperationCompleted (object arg)
 
void OnTestServiceOperationCompleted (object arg)
 
void OnTestServiceCmdOperationCompleted (object arg)
 
void OnTestServiceArgsOperationCompleted (object arg)
 
void OnTestCountOperationCompleted (object arg)
 
bool IsLocalFileSystemWebService (string url)
 

Private Attributes

System.Threading.SendOrPostCallback TestMethodWS2OperationCompleted
 
System.Threading.SendOrPostCallback ReturnClientTableOperationCompleted
 
System.Threading.SendOrPostCallback GetClientDataOperationCompleted
 
System.Threading.SendOrPostCallback GetServiceNameOperationCompleted
 
System.Threading.SendOrPostCallback SetServiceNameOperationCompleted
 
System.Threading.SendOrPostCallback TestServiceOperationCompleted
 
System.Threading.SendOrPostCallback TestServiceCmdOperationCompleted
 
System.Threading.SendOrPostCallback TestServiceArgsOperationCompleted
 
System.Threading.SendOrPostCallback TestCountOperationCompleted
 
bool useDefaultCredentialsSetExplicitly
 

Detailed Description

Constructor & Destructor Documentation

IG.Lib.WSDevelop1Ref.WSDevelop1.WSDevelop1 ( )
inline

Member Function Documentation

string IG.Lib.WSDevelop1Ref.WSDevelop1.TestMethodWS2 ( )
inline

void IG.Lib.WSDevelop1Ref.WSDevelop1.TestMethodWS2Async ( )
inline

void IG.Lib.WSDevelop1Ref.WSDevelop1.TestMethodWS2Async ( object  userState)
inline

void IG.Lib.WSDevelop1Ref.WSDevelop1.OnTestMethodWS2OperationCompleted ( object  arg)
inlineprivate
string IG.Lib.WSDevelop1Ref.WSDevelop1.ReturnClientTable ( )
inline

void IG.Lib.WSDevelop1Ref.WSDevelop1.ReturnClientTableAsync ( )
inline

void IG.Lib.WSDevelop1Ref.WSDevelop1.ReturnClientTableAsync ( object  userState)
inline

void IG.Lib.WSDevelop1Ref.WSDevelop1.OnReturnClientTableOperationCompleted ( object  arg)
inlineprivate
ClientDataBase [] IG.Lib.WSDevelop1Ref.WSDevelop1.GetClientData ( int  Number)
inline

void IG.Lib.WSDevelop1Ref.WSDevelop1.GetClientDataAsync ( int  Number)
inline

void IG.Lib.WSDevelop1Ref.WSDevelop1.GetClientDataAsync ( int  Number,
object  userState 
)
inline

void IG.Lib.WSDevelop1Ref.WSDevelop1.OnGetClientDataOperationCompleted ( object  arg)
inlineprivate
string IG.Lib.WSDevelop1Ref.WSDevelop1.GetServiceName ( )
inline

void IG.Lib.WSDevelop1Ref.WSDevelop1.GetServiceNameAsync ( )
inline

void IG.Lib.WSDevelop1Ref.WSDevelop1.GetServiceNameAsync ( object  userState)
inline

void IG.Lib.WSDevelop1Ref.WSDevelop1.OnGetServiceNameOperationCompleted ( object  arg)
inlineprivate
void IG.Lib.WSDevelop1Ref.WSDevelop1.SetServiceName ( string  name)
inline

void IG.Lib.WSDevelop1Ref.WSDevelop1.SetServiceNameAsync ( string  name)
inline

void IG.Lib.WSDevelop1Ref.WSDevelop1.SetServiceNameAsync ( string  name,
object  userState 
)
inline

void IG.Lib.WSDevelop1Ref.WSDevelop1.OnSetServiceNameOperationCompleted ( object  arg)
inlineprivate
string IG.Lib.WSDevelop1Ref.WSDevelop1.TestService ( )
inline

void IG.Lib.WSDevelop1Ref.WSDevelop1.TestServiceAsync ( )
inline

void IG.Lib.WSDevelop1Ref.WSDevelop1.TestServiceAsync ( object  userState)
inline

void IG.Lib.WSDevelop1Ref.WSDevelop1.OnTestServiceOperationCompleted ( object  arg)
inlineprivate
string IG.Lib.WSDevelop1Ref.WSDevelop1.TestServiceCmd ( string  commandlineArguments)
inline

void IG.Lib.WSDevelop1Ref.WSDevelop1.TestServiceCmdAsync ( string  commandlineArguments)
inline

void IG.Lib.WSDevelop1Ref.WSDevelop1.TestServiceCmdAsync ( string  commandlineArguments,
object  userState 
)
inline

void IG.Lib.WSDevelop1Ref.WSDevelop1.OnTestServiceCmdOperationCompleted ( object  arg)
inlineprivate
string IG.Lib.WSDevelop1Ref.WSDevelop1.TestServiceArgs ( string[]  commandlineArguments)
inline

void IG.Lib.WSDevelop1Ref.WSDevelop1.TestServiceArgsAsync ( string[]  commandlineArguments)
inline

void IG.Lib.WSDevelop1Ref.WSDevelop1.TestServiceArgsAsync ( string[]  commandlineArguments,
object  userState 
)
inline

void IG.Lib.WSDevelop1Ref.WSDevelop1.OnTestServiceArgsOperationCompleted ( object  arg)
inlineprivate
string IG.Lib.WSDevelop1Ref.WSDevelop1.TestCount ( )
inline

void IG.Lib.WSDevelop1Ref.WSDevelop1.TestCountAsync ( )
inline

void IG.Lib.WSDevelop1Ref.WSDevelop1.TestCountAsync ( object  userState)
inline

void IG.Lib.WSDevelop1Ref.WSDevelop1.OnTestCountOperationCompleted ( object  arg)
inlineprivate
new void IG.Lib.WSDevelop1Ref.WSDevelop1.CancelAsync ( object  userState)
inline

bool IG.Lib.WSDevelop1Ref.WSDevelop1.IsLocalFileSystemWebService ( string  url)
inlineprivate

Member Data Documentation

System.Threading.SendOrPostCallback IG.Lib.WSDevelop1Ref.WSDevelop1.TestMethodWS2OperationCompleted
private
System.Threading.SendOrPostCallback IG.Lib.WSDevelop1Ref.WSDevelop1.ReturnClientTableOperationCompleted
private
System.Threading.SendOrPostCallback IG.Lib.WSDevelop1Ref.WSDevelop1.GetClientDataOperationCompleted
private
System.Threading.SendOrPostCallback IG.Lib.WSDevelop1Ref.WSDevelop1.GetServiceNameOperationCompleted
private
System.Threading.SendOrPostCallback IG.Lib.WSDevelop1Ref.WSDevelop1.SetServiceNameOperationCompleted
private
System.Threading.SendOrPostCallback IG.Lib.WSDevelop1Ref.WSDevelop1.TestServiceOperationCompleted
private
System.Threading.SendOrPostCallback IG.Lib.WSDevelop1Ref.WSDevelop1.TestServiceCmdOperationCompleted
private
System.Threading.SendOrPostCallback IG.Lib.WSDevelop1Ref.WSDevelop1.TestServiceArgsOperationCompleted
private
System.Threading.SendOrPostCallback IG.Lib.WSDevelop1Ref.WSDevelop1.TestCountOperationCompleted
private
bool IG.Lib.WSDevelop1Ref.WSDevelop1.useDefaultCredentialsSetExplicitly
private

Property Documentation

new string IG.Lib.WSDevelop1Ref.WSDevelop1.Url
getset
new bool IG.Lib.WSDevelop1Ref.WSDevelop1.UseDefaultCredentials
getset

Event Documentation

TestMethodWS2CompletedEventHandler IG.Lib.WSDevelop1Ref.WSDevelop1.TestMethodWS2Completed

ReturnClientTableCompletedEventHandler IG.Lib.WSDevelop1Ref.WSDevelop1.ReturnClientTableCompleted

GetClientDataCompletedEventHandler IG.Lib.WSDevelop1Ref.WSDevelop1.GetClientDataCompleted

GetServiceNameCompletedEventHandler IG.Lib.WSDevelop1Ref.WSDevelop1.GetServiceNameCompleted

SetServiceNameCompletedEventHandler IG.Lib.WSDevelop1Ref.WSDevelop1.SetServiceNameCompleted

TestServiceCompletedEventHandler IG.Lib.WSDevelop1Ref.WSDevelop1.TestServiceCompleted

TestServiceCmdCompletedEventHandler IG.Lib.WSDevelop1Ref.WSDevelop1.TestServiceCmdCompleted

TestServiceArgsCompletedEventHandler IG.Lib.WSDevelop1Ref.WSDevelop1.TestServiceArgsCompleted

TestCountCompletedEventHandler IG.Lib.WSDevelop1Ref.WSDevelop1.TestCountCompleted


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