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

◆ MaximumResponseHeadersLength

int System.Net.HttpWebRequest.MaximumResponseHeadersLength
getset

Definition at line 204 of file HttpWebRequest.cs.

205 {
206 get
207 {
209 }
210 set
211 {
213 {
215 }
216 if (value < 0 && value != -1)
217 {
218 throw new ArgumentOutOfRangeException("value", System.SR.net_toosmall);
219 }
221 }
222 }
static string net_reqsubmitted
Definition SR.cs:16
static string net_toosmall
Definition SR.cs:14
Definition SR.cs:7