5 references to All
System.Net.Security (5)
System\Net\Security\SslStream.IO.cs (1)
436
TlsFrameHelper.ProcessingOptions.
All
:
System\Net\Security\TlsFrameHelper.cs (4)
227
public static bool TryGetFrameInfo(ReadOnlySpan<byte> frame, ref TlsFrameInfo info, ProcessingOptions options = ProcessingOptions.
All
, HelloExtensionCallback? callback = null)
508
if (extensionType == ExtensionType.ServerName && (options == ProcessingOptions.
All
||
518
else if (extensionType == ExtensionType.SupportedVersions && (options == ProcessingOptions.
All
||
528
else if (extensionType == ExtensionType.ApplicationProtocols && (options == ProcessingOptions.
All
||