Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.Http.DelegatingHandler Class Referenceabstract

Public Member Functions

void Dispose ()
 

Protected Member Functions

 DelegatingHandler ()
 
 DelegatingHandler (HttpMessageHandler innerHandler)
 
override void Dispose (bool disposing)
 

Package Functions

override HttpResponseMessage Send (HttpRequestMessage request, CancellationToken cancellationToken)
 
override Task< HttpResponseMessageSendAsync (HttpRequestMessage request, CancellationToken cancellationToken)
 

Properties

HttpMessageHandlerInnerHandler [get, set]
 

Private Member Functions

void CheckDisposed ()
 
void CheckDisposedOrStarted ()
 
void SetOperationStarted ()
 

Private Attributes

HttpMessageHandler _innerHandler
 
volatile bool _operationStarted
 
volatile bool _disposed
 

Detailed Description

Definition at line 7 of file DelegatingHandler.cs.


The documentation for this class was generated from the following file: