This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
The Rest - Ask For Help / Need help understanding NT commands
« on: Today at 09:30:26 AM »
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?'
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?'
Pages: [1]