NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

WebRequest.ContentType

When overridden in a derived class, gets and sets the content type of the request data being sent.

[Visual Basic]
Overridable Public Property ContentType As String
[C#]
public string ContentType {virtual get; virtual set;}
[C++]
public: __property virtual String* get_ContentType();
public: __property virtual void set_ContentType(String*);
[JScript]
public function get ContentType() : String;
public function set ContentType(String);

See Also

WebRequest Class | WebRequest Members | System.Net Namespace