G
Guest
I want to inherite HttpWebRequest named "HttpWebMultipartRequest". My class
contains method that help adding a name and value in multipart/form-data
requesst. My question is how can I use it? HttpWebRequest's constructor has
two parameters: SerializationInfo and StreamingContext. I cannot find how to
give these parameter to HttpWebMultipartRequest
contains method that help adding a name and value in multipart/form-data
requesst. My question is how can I use it? HttpWebRequest's constructor has
two parameters: SerializationInfo and StreamingContext. I cannot find how to
give these parameter to HttpWebMultipartRequest