I'm getting the following error when I try to Serialize an HttpWebRequest
Type 'System.Net.KnownHttpVerb' in Assembly 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' is not marked as serializable.
Using .Net Framework 2.0
This is one of the properties that my class holds. It's a requirement to serialize it.
HttpWebRequest is marked as Serializable so it supposed to Serialize