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

◆ UseDefaultCredentials

override bool System.Net.FileWebRequest.UseDefaultCredentials
getset

Definition at line 112 of file FileWebRequest.cs.

113 {
114 get
115 {
116 throw new NotSupportedException(System.SR.net_PropertyNotSupportedException);
117 }
118 set
119 {
120 throw new NotSupportedException(System.SR.net_PropertyNotSupportedException);
121 }
122 }
static string net_PropertyNotSupportedException
Definition SR.cs:76
Definition SR.cs:7