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

Inheritance: LogicalTypeInfo.LogicalMethodInfo
Afficher le fichier Open project: kumpera/mono

Méthodes publiques

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

Private Methods

Méthode Description
BuildInvokeParameters ( HttpRequest request ) : object>.IDictionary
GetNameValueCollectionDictionary ( NameValueCollection nvc ) : object>.IDictionary

Method Details

AsmxLogicalMethodInfo() public méthode

public AsmxLogicalMethodInfo ( LogicalTypeInfo typeInfo, MethodInfo method ) : System
typeInfo LogicalTypeInfo
method System.Reflection.MethodInfo
Résultat System

Invoke() public méthode

public Invoke ( HttpRequest request, HttpResponse response ) : void
request HttpRequest
response HttpResponse
Résultat void