Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
HttpConnectionKind
enum
System.Net.Http.HttpConnectionKind
: byte
package
Enumerator
Http
Https
Proxy
ProxyTunnel
SslProxyTunnel
ProxyConnect
SocksTunnel
SslSocksTunnel
Definition at line
3
of file
HttpConnectionKind.cs
.
4
{
5
Http,
6
Https
,
7
Proxy
,
8
ProxyTunnel
,
9
SslProxyTunnel
,
10
ProxyConnect
,
11
SocksTunnel
,
12
SslSocksTunnel
13
}
System.Net.Http.HttpConnectionKind.SocksTunnel
@ SocksTunnel
System.Net.Http.HttpConnectionKind.Https
@ Https
System.Net.Http.HttpConnectionKind.ProxyConnect
@ ProxyConnect
System.Net.Http.HttpConnectionKind.SslSocksTunnel
@ SslSocksTunnel
System.Net.Http.HttpConnectionKind.ProxyTunnel
@ ProxyTunnel
System.Net.Http.HttpConnectionKind.SslProxyTunnel
@ SslProxyTunnel
System.Net.Http.HttpConnectionKind.Proxy
@ Proxy
System
Net
Http
Generated by
1.10.0