NetTalk Central
Toggle navigation
Login
Register
×
Welcome,Guest
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
NetTalk Central
»
The Rest Of NetTalk
»
The Rest - Ask For Help
»
NetwebClient examining the PACKET.
« previous
next »
Print
Pages: [
1
]
Author
Topic: NetwebClient examining the PACKET. (Read 10836 times)
Poul
Full Member
Posts: 160
NetwebClient examining the PACKET.
«
on:
May 30, 2013, 06:44:21 AM »
is there a a method or property or technique to see the
the entire request Packet thats about to be posted - before/after its posted.
(not just the poststring)
Logged
Bruce
Global Moderator
Hero Member
Posts: 11250
Re: NetwebClient examining the PACKET.
«
Reply #1 on:
May 31, 2013, 03:48:16 AM »
the outgoing string is passed through the .Send method - although it might not all be in one packet. So, for example, the easiest place to "see" the outgoing stuff is to inspect self.packet.bindata inside Send, before the parent call.
Cheers
Bruce
Logged
Poul
Full Member
Posts: 160
Re: NetwebClient examining the PACKET.
«
Reply #2 on:
May 31, 2013, 07:53:46 AM »
thanks, that works fine.
Logged
Print
Pages: [
1
]
« previous
next »
NetTalk Central
»
The Rest Of NetTalk
»
The Rest - Ask For Help
»
NetwebClient examining the PACKET.