C# 클래스 NSoft.NFramework.XmlData.XmlDataServiceHost.Ws.XmlDataService

상속: System.Web.Services.Protocols.SoapHttpClientProtocol
파일 보기 프로젝트 열기: debop/NFramework 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

CancelAsync() 공개 메소드

public CancelAsync ( object userState ) : void
userState object
리턴 void

ExecuteAsync() 공개 메소드

public ExecuteAsync ( byte requestBytes, string productName, bool compress ) : void
requestBytes byte
productName string
compress bool
리턴 void

ExecuteAsync() 공개 메소드

public ExecuteAsync ( byte requestBytes, string productName, bool compress, object userState ) : void
requestBytes byte
productName string
compress bool
userState object
리턴 void

ExecuteSecurityAsync() 공개 메소드

public ExecuteSecurityAsync ( byte requestBytes, string productName, bool compress ) : void
requestBytes byte
productName string
compress bool
리턴 void

ExecuteSecurityAsync() 공개 메소드

public ExecuteSecurityAsync ( byte requestBytes, string productName, bool compress, object userState ) : void
requestBytes byte
productName string
compress bool
userState object
리턴 void

PingAsync() 공개 메소드

public PingAsync ( ) : void
리턴 void

PingAsync() 공개 메소드

public PingAsync ( object userState ) : void
userState object
리턴 void

XmlDataService() 공개 메소드

public XmlDataService ( ) : System
리턴 System