C# 클래스 hessiancsharp.client.CAsyncHessianMethodCaller

상속: AbstractCHessianMethodCaller
파일 보기 프로젝트 열기: timfel/csharp-hessian 1 사용 예제들

공개 메소드들

메소드 설명
BeginHessianMethodCall ( object arrMethodArgs, MethodInfo methodInfo, AsyncCallback callback ) : void
CAsyncHessianMethodCaller ( CHessianProxyFactory pf, Uri uri ) : System
CAsyncHessianMethodCaller ( CHessianProxyFactory pf, Uri uri, string u, string p ) : System
EndHessianMethodCall ( HessianMethodCall call ) : void

비공개 메소드들

메소드 설명
BeginReadReply ( HessianMethodCall call ) : void
BeginSendRequest ( HessianMethodCall call ) : void
EndReadReply ( IAsyncResult asyncResult ) : void
EndSendRequest ( IAsyncResult asyncResult ) : void

메소드 상세

BeginHessianMethodCall() 공개 메소드

public BeginHessianMethodCall ( object arrMethodArgs, MethodInfo methodInfo, AsyncCallback callback ) : void
arrMethodArgs object
methodInfo System.Reflection.MethodInfo
callback AsyncCallback
리턴 void

CAsyncHessianMethodCaller() 공개 메소드

public CAsyncHessianMethodCaller ( CHessianProxyFactory pf, Uri uri ) : System
pf CHessianProxyFactory
uri System.Uri
리턴 System

CAsyncHessianMethodCaller() 공개 메소드

public CAsyncHessianMethodCaller ( CHessianProxyFactory pf, Uri uri, string u, string p ) : System
pf CHessianProxyFactory
uri System.Uri
u string
p string
리턴 System

EndHessianMethodCall() 공개 메소드

public EndHessianMethodCall ( HessianMethodCall call ) : void
call HessianMethodCall
리턴 void