Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Credentials

ICredentials System.Net.WebSockets.WebSocketHandle.DefaultWebProxy.Credentials
getset

Implements System.Net.IWebProxy.

Definition at line 21 of file WebSocketHandle.cs.

22 {
23 get
24 {
25 throw new NotSupportedException();
26 }
27 set
28 {
29 throw new NotSupportedException();
30 }
31 }