C# Class hessiancsharp.client.CAsyncHessianMethodCaller.HessianMethodCall

Inheritance: IAsyncResult
Afficher le fichier Open project: timfel/csharp-hessian

Méthodes publiques

Свойство Type Description
callback AsyncCallback
exception System.Exception
methodArgs byte[]
methodInfo System.Reflection.MethodInfo
request System.Net.HttpWebRequest
result object

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
HessianMethodCall ( byte args, MethodInfo info, AsyncCallback callback ) : System

Method Details

HessianMethodCall() public méthode

public HessianMethodCall ( byte args, MethodInfo info, AsyncCallback callback ) : System
args byte
info System.Reflection.MethodInfo
callback AsyncCallback
Résultat System

Property Details

callback public_oe property

public AsyncCallback callback
Résultat AsyncCallback

exception public_oe property

public Exception,System exception
Résultat System.Exception

methodArgs public_oe property

public byte[] methodArgs
Résultat byte[]

methodInfo public_oe property

public MethodInfo,System.Reflection methodInfo
Résultat System.Reflection.MethodInfo

request public_oe property

public HttpWebRequest,System.Net request
Résultat System.Net.HttpWebRequest

result public_oe property

public object result
Résultat object