This method is called after the response sent by the server is received by the client.
It allows classes that inherit from ServiceAgent to do their own processing of
the data received from the server.
Namespace: Microsoft.HawaiiAssembly: Microsoft.Hawaii.ClientBase (in Microsoft.Hawaii.ClientBase.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
Parameters
- responseStream
- Type:
System.IO Stream
The response stream containing response data that is received from the server.
See Also