Send response back to client
Source position: advancedipc.pp line 160
public procedure TIPCServer.PostResponse( |
const aRequestID: Integer; |
const aMsgType: TMessageType; |
const aStream: TStream |
); |
aRequestID |
|
Request ID to respond to |
aMsgType |
|
Response message type |
aStream |
|
Stream containing response data |
The PostResponse procedure sends a response back to the client for a specific request. The response is identified by the request ID and can be retrieved by the client using PeekResponse.
|
Peek at incoming requests from clients |
|
|
Retrieve response from server for a request |