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!

HttpResponse.SuppressContent

Gets or sets a value indicating that HTTP content will not be sent to client.

[Visual Basic]
Public Property SuppressContent As Boolean
[C#]
public bool SuppressContent {get; set;}
[C++]
public: __property bool get_SuppressContent();
public: __property void set_SuppressContent(bool);
[JScript]
public function get SuppressContent() : Boolean;
public function set SuppressContent(Boolean);

Property Value

true if output is to be suppressed; otherwise false.

See Also

HttpResponse Class | HttpResponse Members | System.Web Namespace