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