3 references to Secondary
System.Net.HttpListener (3)
System\Net\HttpListenerRequestUriBuilder.cs (3)
107
Encoding secondaryEncoding = GetEncoding(EncodingType.
Secondary
);
122
Debug.Assert((type == EncodingType.Primary) || (type == EncodingType.
Secondary
), $"Unknown 'EncodingType' value: {type}");
124
if (type == EncodingType.
Secondary
)