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

◆ Trace() [1/2]

void System.Net.Http.Http3Connection.Trace ( long streamId,
string message,
[CallerMemberName] string memberName = null )
inlinepackage

Definition at line 267 of file Http3Connection.cs.

268 {
269 System.Net.NetEventSource.Log.HandlerMessage(_pool?.GetHashCode() ?? 0, GetHashCode(), (int)streamId, memberName, message);
270 }
readonly HttpConnectionPool _pool
static readonly System.Net.NetEventSource Log

References System.Net.Http.Http3Connection._pool, and System.Net.NetEventSource.Log.