Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IWebProxy.cs
Go to the documentation of this file.
1
namespace
System.Net
;
2
3
public
interface
IWebProxy
4
{
5
ICredentials
?
Credentials
{
get
;
set
; }
6
7
Uri
?
GetProxy
(
Uri
destination
);
8
9
bool
IsBypassed
(
Uri
host);
10
}
System.Uri
Definition
Uri.cs:16
System.Net.ICredentials
Definition
ICredentials.cs:4
System.Net.IWebProxy.Credentials
ICredentials? Credentials
Definition
IWebProxy.cs:5
System.Net.IWebProxy.GetProxy
Uri? GetProxy(Uri destination)
System.Net.IWebProxy.IsBypassed
bool IsBypassed(Uri host)
System.Net.IWebProxy
Definition
IWebProxy.cs:4
System.Net
Definition
HttpClientJsonExtensions.cs:8
System.ExceptionArgument.destination
@ destination
source
System.Net.Primitives
System.Net
IWebProxy.cs
Generated by
1.10.0