C# Class NetSimpleSoapSOAPClient.localhost.USA_NetSimpleSoapSOE

Inheritance: System.Web.Services.Protocols.SoapHttpClientProtocol
Mostra file Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Public Methods

Method Description
CancelAsync ( object userState ) : void
EchoInputAsync ( string Text ) : void
EchoInputAsync ( string Text, object userState ) : void
USA_NetSimpleSoapSOE ( ) : System

Private Methods

Method Description
EchoInput ( [ Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]stringText ) : string
IsLocalFileSystemWebService ( string url ) : bool
OnEchoInputOperationCompleted ( object arg ) : void

Method Details

CancelAsync() public method

public CancelAsync ( object userState ) : void
userState object
return void

EchoInputAsync() public method

public EchoInputAsync ( string Text ) : void
Text string
return void

EchoInputAsync() public method

public EchoInputAsync ( string Text, object userState ) : void
Text string
userState object
return void

USA_NetSimpleSoapSOE() public method

public USA_NetSimpleSoapSOE ( ) : System
return System