1 write to HttpsUri
System (1)
net\System\_UriSyntax.cs (1)
153
HttpsUri
= new BuiltInUriParser("https", 443, HttpUri.m_Flags);
4 references to HttpsUri
System (4)
net\System\_UriSyntax.cs (2)
154
m_Table[
HttpsUri
.SchemeName] =
HttpsUri
; //HTTPS cloned from HTTP
net\System\URI.cs (2)
29
public static readonly string UriSchemeHttps = UriParser.
HttpsUri
.SchemeName;
3773
syntax = UriParser.
HttpsUri
;