C# Class Eowin.AzureServiceBusRelay.Server.DispatcherService

Datei anzeigen Open project: pmhsfelix/Eowin.AzureServiceBusRelay.Server

Public Methods

Method Description
DispatcherService ( object>.Func next ) : System

Private Methods

Method Description
CopyOwinContextToOutgoingResponse ( OwinContext owinContext, System.ServiceModel.Web.OutgoingWebResponseContext outgoingResponse ) : void
GetAsync ( ) : Task
InvokeAsync ( Message msg ) : Task
MakeOwinContextFrom ( System.ServiceModel.Web.IncomingWebRequestContext incomingRequest, Stream inputStream, Stream outputStream, IList onSendingHeadersHandler ) : OwinContext

Method Details

DispatcherService() public method

public DispatcherService ( object>.Func next ) : System
next object>.Func
return System