C# Class hessiancsharp.client.CAsyncHessianMethodCaller.HessianMethodCall

Inheritance: IAsyncResult
Exibir arquivo 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_oe property

public AsyncCallback callback
return AsyncCallback

exception public_oe property

public Exception,System exception
return System.Exception

methodArgs public_oe property

public byte[] methodArgs
return byte[]

methodInfo public_oe property

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

request public_oe property

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

result public_oe property

public object result
return object