C# Class ServiceStack.WebHost.Endpoints.Soap11AsyncOneWayHandler

Inheritance: ServiceStack.WebHost.Endpoints.Support.SoapHandler
Exibir arquivo Open project: firstsee/ServiceStack

Public Methods

Method Description
ProcessRequest ( HttpContext context ) : void
Soap11AsyncOneWayHandler ( ) : System.Web

Method Details

ProcessRequest() public method

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
return void

Soap11AsyncOneWayHandler() public method

public Soap11AsyncOneWayHandler ( ) : System.Web
return System.Web