Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Proxy
IWebProxy
? System.Net.WebSockets.ClientWebSocketOptions.Proxy
get
set
Definition at line
68
of file
ClientWebSocketOptions.cs
.
69
{
70
get
71
{
72
return
_proxy
;
73
}
74
set
75
{
76
ThrowIfReadOnly
();
77
_proxy
=
value
;
78
}
79
}
System.Net.WebSockets.ClientWebSocketOptions._proxy
IWebProxy _proxy
Definition
ClientWebSocketOptions.cs:19
System.Net.WebSockets.ClientWebSocketOptions.ThrowIfReadOnly
void ThrowIfReadOnly()
Definition
ClientWebSocketOptions.cs:212
System.ExceptionArgument.value
@ value
System
Net
WebSockets
ClientWebSocketOptions
Generated by
1.10.0