6 references to ExtensionType
System.Net.Security (6)
System\Net\Security\TlsFrameHelper.cs (6)
152
public delegate bool HelloExtensionCallback(ref TlsFrameInfo info,
ExtensionType
type, ReadOnlySpan<byte> extensionsData);
495
ExtensionType
extensionType = (
ExtensionType
)BinaryPrimitives.ReadUInt16BigEndian(extensions);
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 ||