Winsock
I am trying to access a microsoft object via ASP (VbScript) pages to telnet a third party server.
I need this to write a small popper to interrogate a pop3 server from a mobile phone using asp generated wml pages.
I am trying to access a microsoft object via ASP (VbScript) pages to telnet a third party server.
I need this to write a small popper to interrogate a pop3 server from a mobile phone using asp generated wml pages.
The two options I am interested in modifying are:
Const SO_RCVBUF = &H1002& ' Receive buffer size.
Const TCP_NODELAY = &H1& ' Turn off Nagel Algorithm.
Again, I am just not sure what code should be used in ASP to accomplish
this.