C# Class WebApi.Explorations.ServiceBusIntegration.DispatcherService

Show file Open project: pmhsfelix/WebApi.Explorations.ServiceBusRelayHost

Public Methods

Method Description
DispatcherService ( System.Web.Http.HttpServer server, HttpServiceBusConfiguration config ) : System

Private Methods

Method Description
CopyHttpResponseMessageToOutgoingResponse ( HttpResponseMessage response, System.ServiceModel.Web.OutgoingWebResponseContext outgoingResponse ) : void
GetAsync ( ) : Task
InvokeAsync ( Message msg ) : Task
MakeHttpRequestMessageFrom ( System.ServiceModel.Web.IncomingWebRequestContext oreq, Stream body, bool bufferBody ) : HttpRequestMessage

Method Details

DispatcherService() public method

public DispatcherService ( System.Web.Http.HttpServer server, HttpServiceBusConfiguration config ) : System
server System.Web.Http.HttpServer
config HttpServiceBusConfiguration
return System