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!

XmlReturnWriter.Write

[To be supplied.]

[Visual Basic]
Overrides Public Sub Write( _
   ByVal response As HttpServerResponse, _
   ByVal returnValue As Object _
)
[C#]
public override void Write(
   HttpServerResponse response,
   object returnValue
);
[C++]
public: override void Write(
   HttpServerResponse* response,
   Object* returnValue
);
[JScript]
public override function Write(
   response : HttpServerResponse,
   returnValue : Object
);

Parameters

response
[To be supplied.]
returnValue
[To be supplied.]

See Also

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