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

◆ SentFrame() [1/2]

void System.Net.NetEventSource.SentFrame ( SslStream sslStream,
ReadOnlySpan< byte > frame )
inline

Definition at line 397 of file NetEventSource.cs.

398 {
399 if (IsEnabled())
400 {
402 bool flag = TlsFrameHelper.TryGetFrameInfo(frame, ref info);
403 SentFrame(IdOf(sslStream), info.ToString(), flag ? 1 : 0);
404 }
405 }
static string IdOf(object value)
void SentFrame(SslStream sslStream, ReadOnlySpan< byte > frame)
static bool TryGetFrameInfo(ReadOnlySpan< byte > frame, ref TlsFrameInfo info, ProcessingOptions options=ProcessingOptions.All, HelloExtensionCallback callback=null)

References System.Net.NetEventSource.IdOf(), System.info, System.Diagnostics.Tracing.EventSource.IsEnabled(), System.Net.NetEventSource.SentFrame(), and System.Net.Security.TlsFrameHelper.TryGetFrameInfo().

Referenced by System.Net.NetEventSource.SentFrame().