C# Class hessiancsharp.client.CAsyncHessianMethodCaller.HessianMethodCall

Inheritance: IAsyncResult
Show file Open project: timfel/csharp-hessian

Public Properties

Property Type Description
callback AsyncCallback
exception System.Exception
methodArgs byte[]
methodInfo System.Reflection.MethodInfo
request System.Net.HttpWebRequest
result object

Private Properties

Property Type Description

Public Methods

Method Description
HessianMethodCall ( byte args, MethodInfo info, AsyncCallback callback ) : System

Method Details

HessianMethodCall() public method

public HessianMethodCall ( byte args, MethodInfo info, AsyncCallback callback ) : System
args byte
info System.Reflection.MethodInfo
callback AsyncCallback
return System

Property Details

callback public property

public AsyncCallback callback
return AsyncCallback

exception public property

public Exception,System exception
return System.Exception

methodArgs public property

public byte[] methodArgs
return byte[]

methodInfo public property

public MethodInfo,System.Reflection methodInfo
return System.Reflection.MethodInfo

request public property

public HttpWebRequest,System.Net request
return System.Net.HttpWebRequest

result public property

public object result
return object