Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
WriteStreamClosedEventArgs.cs
Go to the documentation of this file.
1
using
System.ComponentModel
;
2
3
namespace
System.Net
;
4
5
[EditorBrowsable(
EditorBrowsableState
.Never)]
6
public
class
WriteStreamClosedEventArgs
:
EventArgs
7
{
8
[Obsolete(
"This API supports the .NET Framework infrastructure and is not intended to be used directly from your code."
,
true
)]
9
[EditorBrowsable(
EditorBrowsableState
.Never)]
10
public
Exception
?
Error
=>
null
;
11
12
[Obsolete(
"This API supports the .NET Framework infrastructure and is not intended to be used directly from your code."
,
true
)]
13
[EditorBrowsable(
EditorBrowsableState
.Never)]
14
public
WriteStreamClosedEventArgs
()
15
{
16
}
17
}
System.EventArgs
Definition
EventArgs.cs:8
System.Exception
Definition
Exception.cs:15
System.Net.WriteStreamClosedEventArgs.WriteStreamClosedEventArgs
WriteStreamClosedEventArgs()
Definition
WriteStreamClosedEventArgs.cs:14
System.Net.WriteStreamClosedEventArgs.Error
Exception? Error
Definition
WriteStreamClosedEventArgs.cs:10
System.Net.WriteStreamClosedEventArgs
Definition
WriteStreamClosedEventArgs.cs:7
System.ComponentModel.EditorBrowsableState
EditorBrowsableState
Definition
EditorBrowsableState.cs:4
System.ComponentModel
Definition
ColumnAttribute.cs:3
System.Net
Definition
HttpClientJsonExtensions.cs:8
source
System.Net.WebClient
System.Net
WriteStreamClosedEventArgs.cs
Generated by
1.10.0