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.Write

Writes values to an HTTP output content stream.

[Visual Basic]
Public Sub Write( _
   ByVal s As String _
)
[C#]
public void Write(
   string s
);
[C++]
public: void Write(
   String* s
);
[JScript]
public function Write(
   s : String
);

Parameters

s
String to be written to the HTTP output.

See Also

HttpResponse Class | HttpResponse Members | System.Web Namespace