3 references to UriScheme
System.Net.Security (3)
System\Net\Security\SslStreamCertificateContext.Linux.cs (1)
234if (uri.Scheme == UriScheme.Http)
System\Security\Authentication\ExtendedProtection\ServiceNameCollection.cs (2)
244const string HttpSchemeAndDelimiter = UriScheme.Http + UriScheme.SchemeDelimiter;