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!

HttpServerResponse.ContentType

[To be supplied.]

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

See Also

HttpServerResponse Class | HttpServerResponse Members | System.Web.Services.Protocols Namespace