spongebob
Aktives Mitglied
- Mitglied seit
- 22 Sep 2004
- Beiträge
- 1,287
- Punkte für Reaktionen
- 0
- Punkte
- 0
Ja, merkwürdig. Sieht so aus, als könntest Du alles setzen, die Box versteht's nicht.
ISO ist übrigens auch falsch, da der CharSet plain ASCII ist. Hab mal ein bisschen gegoogelt und folgendes gefunden:
http://msdn2.microsoft.com/en-us/library/system.net.mime.contenttype.charset.aspx
In the following example of a Content-Type header, the value of the CharSet property is "us-ascii".
content-type: application/x-myType; charset=us-ascii
Set this property to a null reference (Nothing in Visual Basic) or String.Empty to remove the charset information from the header.
Versuche mal entweder "us-ascii" oder Nothing.
Grüsse
ISO ist übrigens auch falsch, da der CharSet plain ASCII ist. Hab mal ein bisschen gegoogelt und folgendes gefunden:
http://msdn2.microsoft.com/en-us/library/system.net.mime.contenttype.charset.aspx
In the following example of a Content-Type header, the value of the CharSet property is "us-ascii".
content-type: application/x-myType; charset=us-ascii
Set this property to a null reference (Nothing in Visual Basic) or String.Empty to remove the charset information from the header.
Versuche mal entweder "us-ascii" oder Nothing.
Grüsse