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

◆ DispositionType

string System.Net.Mime.ContentDisposition.DispositionType
getset

Definition at line 41 of file ContentDisposition.cs.

42 {
43 get
44 {
45 return _dispositionType;
46 }
47 set
48 {
49 if (value == null)
50 {
51 throw new ArgumentNullException("value");
52 }
53 if (value.Length == 0)
54 {
56 }
57 _isChanged = true;
59 }
60 }
static string net_emptystringset
Definition SR.cs:20
Definition SR.cs:7