Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.OpenWriteCompletedEventArgs Class Reference

Static Public Attributes

static readonly EventArgs Empty = new EventArgs()
 

Protected Member Functions

void RaiseExceptionIfNecessary ()
 

Package Functions

 OpenWriteCompletedEventArgs (Stream result, Exception exception, bool cancelled, object userToken)
 

Properties

Stream Result [get]
 
bool Cancelled [get]
 
ExceptionError [get]
 
object? UserState [get]
 

Private Attributes

readonly Stream _result
 

Detailed Description

Definition at line 6 of file OpenWriteCompletedEventArgs.cs.


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