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

◆ Comment

string System.Net.Cookie.Comment
getset

Definition at line 63 of file Cookie.cs.

64 {
65 get
66 {
67 return m_comment;
68 }
70 set
71 {
72 m_comment = value ?? string.Empty;
73 }
74 }
string m_comment
Definition Cookie.cs:20

Referenced by System.Net.Cookie.VerifySetDefaults().