C# 클래스 MassTransit.HttpTransport.Transport.OwinHostCache

상속: IOwinHostCache, IProbeSite
파일 보기 프로젝트 열기: MassTransit/MassTransit 1 사용 예제들

공개 메소드들

메소드 설명
OwinHostCache ( HttpHostSettings settings, ITaskSupervisor supervisor ) : System
Probe ( ProbeContext context ) : void
Send ( IPipe connectionPipe, CancellationToken stoppingToken ) : Task

비공개 메소드들

메소드 설명
CloseScope ( ) : Task
SendUsingExistingConnection ( IPipe connectionPipe, OwinHostScope scope, CancellationToken cancellationToken ) : Task
SendUsingNewConnection ( IPipe connectionPipe, OwinHostScope scope, CancellationToken stoppingToken ) : Task

메소드 상세

OwinHostCache() 공개 메소드

public OwinHostCache ( HttpHostSettings settings, ITaskSupervisor supervisor ) : System
settings HttpHostSettings
supervisor ITaskSupervisor
리턴 System

Probe() 공개 메소드

public Probe ( ProbeContext context ) : void
context ProbeContext
리턴 void

Send() 공개 메소드

public Send ( IPipe connectionPipe, CancellationToken stoppingToken ) : Task
connectionPipe IPipe
stoppingToken System.Threading.CancellationToken
리턴 Task