C# 클래스 Eowin.AzureServiceBusRelay.Server.DispatcherService

파일 보기 프로젝트 열기: pmhsfelix/Eowin.AzureServiceBusRelay.Server

공개 메소드들

메소드 설명
DispatcherService ( object>.Func next ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

DispatcherService() 공개 메소드

public DispatcherService ( object>.Func next ) : System
next object>.Func
리턴 System