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

◆ InternalAdd()

void System.Net.Mime.HeaderCollection.InternalAdd ( string name,
string value )
inlinepackage

Definition at line 63 of file HeaderCollection.cs.

64 {
66 {
67 base.Set(name, value);
68 }
69 else
70 {
71 base.Add(name, value);
72 }
73 }
static bool IsSingleton(string name)

References System.Net.Mail.MailHeaderInfo.IsSingleton(), and System.value.

Referenced by System.Net.Mime.HeaderCollection.Add(), and System.Net.Mail.Message.PrepareEnvelopeHeaders().