4 references to ServerName
System.Net.Security (4)
System\Net\Security\SslStream.IO.cs (1)
460
TlsFrameHelper.ProcessingOptions options = TlsFrameHelper.ProcessingOptions.
ServerName
;
System\Net\Security\TlsFrameHelper.cs (3)
226
public static bool TryGetFrameInfo(ReadOnlySpan<byte> frame, ref TlsFrameInfo info, ProcessingOptions options = ProcessingOptions.
ServerName
, HelloExtensionCallback? callback = null)
294
if (!TryGetFrameInfo(frame, ref info, ProcessingOptions.
ServerName
))
517
if (extensionType == ExtensionType.ServerName && (options & ProcessingOptions.
ServerName
) != 0)