Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Dispose() [2/2]

override void System.Net.CommandStream.Dispose ( bool disposing)
inlineprotectedvirtualinherited

Reimplemented from System.IO.Stream.

Definition at line 132 of file CommandStream.cs.

133 {
134 if (System.Net.NetEventSource.Log.IsEnabled())
135 {
136 System.Net.NetEventSource.Info(this, null, "Dispose");
137 }
139 }
void InvokeRequestCallback(object obj)
static readonly System.Net.NetEventSource Log
static void Info(object thisOrContextObject, FormattableString formattableString=null, [CallerMemberName] string memberName=null)

References System.Net.NetEventSource.Info(), System.Net.CommandStream.InvokeRequestCallback(), and System.Net.NetEventSource.Log.