Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
HttpNoProxy.cs
Go to the documentation of this file.
1
namespace
System.Net.Http
;
2
3
internal
sealed
class
HttpNoProxy
:
IWebProxy
4
{
5
public
ICredentials
Credentials
{
get
;
set
; }
6
7
public
Uri
GetProxy
(
Uri
destination
)
8
{
9
return
null
;
10
}
11
12
public
bool
IsBypassed
(
Uri
host)
13
{
14
return
true
;
15
}
16
}
System.Net.Http.HttpNoProxy.Credentials
ICredentials Credentials
Definition
HttpNoProxy.cs:5
System.Net.Http.HttpNoProxy.IsBypassed
bool IsBypassed(Uri host)
Definition
HttpNoProxy.cs:12
System.Net.Http.HttpNoProxy.GetProxy
Uri GetProxy(Uri destination)
Definition
HttpNoProxy.cs:7
System.Net.Http.HttpNoProxy
Definition
HttpNoProxy.cs:4
System.Uri
Definition
Uri.cs:16
System.Net.ICredentials
Definition
ICredentials.cs:4
System.Net.IWebProxy
Definition
IWebProxy.cs:4
System.Net.Http
Definition
HttpClientJsonExtensions.cs:8
System.ExceptionArgument.destination
@ destination
source
System.Net.Http
System.Net.Http
HttpNoProxy.cs
Generated by
1.10.0