C# Class MassTransit.HttpTransport.Clients.HttpClientCache

Inheritance: ClientCache, IProbeSite
Afficher le fichier Open project: MassTransit/MassTransit Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : Task
DoWith ( IPipe clientPipe, CancellationToken cancellationToken ) : Task
HttpClientCache ( ITaskSupervisor supervisor, IReceivePipe receivePipe ) : System
Probe ( ProbeContext context ) : void

Private Methods

Méthode Description
CloseScope ( ) : Task
SendUsingExistingClient ( IPipe clientPipe, ClientScope scope, CancellationToken cancellationToken ) : Task
SendUsingNewClient ( IPipe clientPipe, ClientScope scope, CancellationToken cancellationToken ) : Task

Method Details

Close() public méthode

public Close ( ) : Task
Résultat Task

DoWith() public méthode

public DoWith ( IPipe clientPipe, CancellationToken cancellationToken ) : Task
clientPipe IPipe
cancellationToken System.Threading.CancellationToken
Résultat Task

HttpClientCache() public méthode

public HttpClientCache ( ITaskSupervisor supervisor, IReceivePipe receivePipe ) : System
supervisor ITaskSupervisor
receivePipe IReceivePipe
Résultat System

Probe() public méthode

public Probe ( ProbeContext context ) : void
context ProbeContext
Résultat void