C# Class System.Web.Script.Services.AsmxLogicalTypeInfo.AsmxLogicalMethodInfo

Inheritance: LogicalTypeInfo.LogicalMethodInfo
ファイルを表示 Open project: kumpera/mono

Public Methods

Method Description
AsmxLogicalMethodInfo ( LogicalTypeInfo typeInfo, MethodInfo method ) : System
Invoke ( HttpRequest request, HttpResponse response ) : void

Private Methods

Method Description
BuildInvokeParameters ( HttpRequest request ) : object>.IDictionary
GetNameValueCollectionDictionary ( NameValueCollection nvc ) : object>.IDictionary

Method Details

AsmxLogicalMethodInfo() public method

public AsmxLogicalMethodInfo ( LogicalTypeInfo typeInfo, MethodInfo method ) : System
typeInfo LogicalTypeInfo
method System.Reflection.MethodInfo
return System

Invoke() public method

public Invoke ( HttpRequest request, HttpResponse response ) : void
request HttpRequest
response HttpResponse
return void