I have a desktop program communicating with an API server I built.
In the net.PageReceived procedure, I've been advised to use
self.RemoveHeader
self.ServerResponse
self.ThisPage
I don't understand what they do or how to use them. I am looking for documentation that will tell me how to use these procedures, whether to include parameters or return values, for instance. Having searched the NT documentation and the Developing pdf, I cannot find them.
Where can I find documentation on these procedures? Is it a matter of 'read the code?'