C# Class System.Web.Script.Services.WcfLogicalTypeInfo.WcfLogicalMethodInfo

Inheritance: LogicalMethodInfo
Datei anzeigen Open project: kumpera/mono

Public Methods

Method Description
Invoke ( HttpRequest request, HttpResponse response ) : void
WcfLogicalMethodInfo ( LogicalTypeInfo typeInfo, OperationDescription od ) : System

Method Details

Invoke() public method

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

WcfLogicalMethodInfo() public method

public WcfLogicalMethodInfo ( LogicalTypeInfo typeInfo, OperationDescription od ) : System
typeInfo LogicalTypeInfo
od System.ServiceModel.Description.OperationDescription
return System