34 return Array.Empty<
string>();
144 if (address.Contains(
"://"))
146 return new Uri(address);
148 return new Uri(
"http://" + address);
187 if (!
input.IsDefaultPort)
254 [
Obsolete(
"WebProxy.GetDefaultProxy has been deprecated. Use the proxy selected for you by default.")]
273 int num =
host2.IndexOf(
'.');
293 static void Register()
int IList. IndexOf(object value)
virtual void CopyTo(Array array)
static CultureInfo InvariantCulture
static ICredentials DefaultCredentials
static string GetHostName()
static IPHostEntry GetHostEntry(IPAddress address)
static bool TryParse([NotNullWhen(true)] string? ipString, [NotNullWhen(true)] out IPAddress? address)
static volatile string s_domainName
static void EnsureNetworkChangeRegistration()
WebProxy(string? Address, bool BypassOnLocal)
WebProxy(Uri? Address, bool BypassOnLocal)
bool UseDefaultCredentials
virtual void GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)
WebProxy(string? Address)
bool IsMatchInBypassList(Uri input)
ArrayList BypassArrayList
WebProxy(string? Address, bool BypassOnLocal, string[]? BypassList)
WebProxy(string Host, int Port)
WebProxy(Uri? Address, bool BypassOnLocal, string[]? BypassList, ICredentials? Credentials)
void UpdateRegexList(bool canThrow)
WebProxy(string? Address, bool BypassOnLocal, string[]? BypassList, ICredentials? Credentials)
bool IsBypassed(Uri host)
static Uri CreateProxyUri(string address)
WebProxy(Uri? Address, bool BypassOnLocal, string[]? BypassList)
static WebProxy GetDefaultProxy()
static volatile IPAddress[] s_localAddresses
ICredentials? Credentials
Uri? GetProxy(Uri destination)
static int s_networkChangeRegistered
WebProxy(SerializationInfo serializationInfo, StreamingContext streamingContext)
static int Exchange(ref int location1, int value)
void GetObjectData(SerializationInfo info, StreamingContext context)
void AppendLiteral(string value)
void AppendFormatted(ReadOnlySpan< char > value)