Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.Http.MessageProcessingHandler.SendState Class Referencesealed

Public Member Functions

 SendState (MessageProcessingHandler handler, CancellationToken token)
 
void SetException (Exception exception)
 
void SetException (IEnumerable< Exception > exceptions)
 
void SetException (Exception exception)
 
void SetException (IEnumerable< Exception > exceptions)
 
bool TrySetException (Exception exception)
 
bool TrySetException (IEnumerable< Exception > exceptions)
 
bool TrySetException (Exception exception)
 
bool TrySetException (IEnumerable< Exception > exceptions)
 
void SetResult ()
 
void SetResult (TResult result)
 
bool TrySetResult ()
 
bool TrySetResult (TResult result)
 
void SetCanceled ()
 
void SetCanceled (CancellationToken cancellationToken)
 
void SetCanceled ()
 
void SetCanceled (CancellationToken cancellationToken)
 
bool TrySetCanceled ()
 
bool TrySetCanceled (CancellationToken cancellationToken)
 
bool TrySetCanceled ()
 
bool TrySetCanceled (CancellationToken cancellationToken)
 

Package Attributes

readonly MessageProcessingHandler _handler
 
readonly CancellationToken _token
 

Properties

Task Task [get]
 
Task< TResultTask [get]
 

Private Attributes

readonly Task _task
 
readonly Task< TResult_task
 

Detailed Description

Definition at line 9 of file MessageProcessingHandler.cs.


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