C# Class NSoft.NFramework.XmlData.XmlDataServiceHost.Ws.XmlDataService

Inheritance: System.Web.Services.Protocols.SoapHttpClientProtocol
Afficher le fichier Open project: debop/NFramework Class Usage Examples

Méthodes publiques

Méthode Description
CancelAsync ( object userState ) : void
ExecuteAsync ( byte requestBytes, string productName, bool compress ) : void
ExecuteAsync ( byte requestBytes, string productName, bool compress, object userState ) : void
ExecuteSecurityAsync ( byte requestBytes, string productName, bool compress ) : void
ExecuteSecurityAsync ( byte requestBytes, string productName, bool compress, object userState ) : void
PingAsync ( ) : void
PingAsync ( object userState ) : void
XmlDataService ( ) : System

Private Methods

Méthode Description
Execute ( [ DataType = "base64Binary")]byte[]requestBytes, string productName, bool compress ) : byte[]
ExecuteSecurity ( [ DataType = "base64Binary")]byte[]requestBytes, string productName, bool compress ) : byte[]
IsLocalFileSystemWebService ( string url ) : bool
OnExecuteOperationCompleted ( object arg ) : void
OnExecuteSecurityOperationCompleted ( object arg ) : void
OnPingOperationCompleted ( object arg ) : void
Ping ( ) : string

Method Details

CancelAsync() public méthode

public CancelAsync ( object userState ) : void
userState object
Résultat void

ExecuteAsync() public méthode

public ExecuteAsync ( byte requestBytes, string productName, bool compress ) : void
requestBytes byte
productName string
compress bool
Résultat void

ExecuteAsync() public méthode

public ExecuteAsync ( byte requestBytes, string productName, bool compress, object userState ) : void
requestBytes byte
productName string
compress bool
userState object
Résultat void

ExecuteSecurityAsync() public méthode

public ExecuteSecurityAsync ( byte requestBytes, string productName, bool compress ) : void
requestBytes byte
productName string
compress bool
Résultat void

ExecuteSecurityAsync() public méthode

public ExecuteSecurityAsync ( byte requestBytes, string productName, bool compress, object userState ) : void
requestBytes byte
productName string
compress bool
userState object
Résultat void

PingAsync() public méthode

public PingAsync ( ) : void
Résultat void

PingAsync() public méthode

public PingAsync ( object userState ) : void
userState object
Résultat void

XmlDataService() public méthode

public XmlDataService ( ) : System
Résultat System