C# Class WebApi.Explorations.ServiceBusIntegration.DispatcherService

Afficher le fichier Open project: pmhsfelix/WebApi.Explorations.ServiceBusRelayHost

Méthodes publiques

Méthode Description
DispatcherService ( System.Web.Http.HttpServer server, HttpServiceBusConfiguration config ) : System

Private Methods

Méthode 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 méthode

public DispatcherService ( System.Web.Http.HttpServer server, HttpServiceBusConfiguration config ) : System
server System.Web.Http.HttpServer
config HttpServiceBusConfiguration
Résultat System