NetTalk Central

Author Topic: Need help understanding NT commands  (Read 34 times)

PeterPetropoulos

  • Newbie
  • *
  • Posts: 1
    • View Profile
    • Email
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?'