5 references to StrictTransportSecurity
System.Net.Http (5)
System\Net\Http\Headers\KnownHeaders.cs (1)
389case 's': return StrictTransportSecurity; // [S]trict-Transport-Security
System\Net\Http\Headers\QPackStaticTable.cs (3)
68(new HeaderDescriptor(KnownHeaders.StrictTransportSecurity), "max-age=31536000"), // 56 69(new HeaderDescriptor(KnownHeaders.StrictTransportSecurity), "max-age=31536000; includesubdomains"), // 57 70(new HeaderDescriptor(KnownHeaders.StrictTransportSecurity), "max-age=31536000; includesubdomains; preload"), // 58
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (1)
545(KnownHeaders.StrictTransportSecurity.Descriptor, Array.Empty<byte>()),