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

◆ EndWrite()

override void System.Net.HttpResponseStream.EndWrite ( IAsyncResult asyncResult)
inlinevirtual

Reimplemented from System.IO.Stream.

Definition at line 112 of file HttpResponseStream.cs.

113 {
114 if (System.Net.NetEventSource.Log.IsEnabled())
115 {
116 System.Net.NetEventSource.Info(this, $"asyncResult:{asyncResult}", "EndWrite");
117 }
118 if (asyncResult == null)
119 {
120 throw new ArgumentNullException("asyncResult");
121 }
123 }
void EndWriteCore(IAsyncResult asyncResult)
static readonly System.Net.NetEventSource Log
static void Info(object thisOrContextObject, FormattableString formattableString=null, [CallerMemberName] string memberName=null)

References System.asyncResult, System.Net.HttpResponseStream.EndWriteCore(), System.Net.NetEventSource.Info(), and System.Net.NetEventSource.Log.

Referenced by System.Net.WebSockets.WebSocketHttpListenerDuplexStream.EndWrite(), and System.Net.HttpListenerResponse.NonBlockingCloseCallback().