6 references to ExtensionType
System.Net.Security (6)
System\Net\Security\TlsFrameHelper.cs (6)
150
public delegate bool HelloExtensionCallback(ref TlsFrameInfo info,
ExtensionType
type, ReadOnlySpan<byte> extensionsData);
507
ExtensionType
extensionType = (
ExtensionType
)BinaryPrimitives.ReadUInt16BigEndian(extensions);
520
if (extensionType ==
ExtensionType
.ServerName && (options & ProcessingOptions.ServerName) != 0)
529
else if (extensionType ==
ExtensionType
.SupportedVersions && (options & ProcessingOptions.Versions) != 0)
538
else if (extensionType ==
ExtensionType
.ApplicationProtocols &&