C# 클래스 MassTransit.HttpTransport.Clients.HttpClientCache

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

공개 메소드들

메소드 설명
Close ( ) : Task
DoWith ( IPipe clientPipe, CancellationToken cancellationToken ) : Task
HttpClientCache ( ITaskSupervisor supervisor, IReceivePipe receivePipe ) : System
Probe ( ProbeContext context ) : void

비공개 메소드들

메소드 설명
CloseScope ( ) : Task
SendUsingExistingClient ( IPipe clientPipe, ClientScope scope, CancellationToken cancellationToken ) : Task
SendUsingNewClient ( IPipe clientPipe, ClientScope scope, CancellationToken cancellationToken ) : Task

메소드 상세

Close() 공개 메소드

public Close ( ) : Task
리턴 Task

DoWith() 공개 메소드

public DoWith ( IPipe clientPipe, CancellationToken cancellationToken ) : Task
clientPipe IPipe
cancellationToken System.Threading.CancellationToken
리턴 Task

HttpClientCache() 공개 메소드

public HttpClientCache ( ITaskSupervisor supervisor, IReceivePipe receivePipe ) : System
supervisor ITaskSupervisor
receivePipe IReceivePipe
리턴 System

Probe() 공개 메소드

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