stems
May 8th, 2006, 10:09 AM
I am testing a cleint/server system writen in VB.Net 2005 using asynchronous connections and I discovered that with Net 2.0 I can use the Config.exe.ini file to capture data. The data captured includes detailed information but I cannot find a way to discover the client IP. A sample of the data is as follows:-
System.Net.Sockets Verbose: 0 : [0740] Socket#30015890::BeginAccept()
System.Net.Sockets Verbose: 0 : [0740] Exiting Socket#30015890::BeginAccept() -> AcceptAsyncResult#1707556
Can anybody advise whether the Socket# can somehow lead me to the details of the Client connection, ex IP/Port.
Thanks
System.Net.Sockets Verbose: 0 : [0740] Socket#30015890::BeginAccept()
System.Net.Sockets Verbose: 0 : [0740] Exiting Socket#30015890::BeginAccept() -> AcceptAsyncResult#1707556
Can anybody advise whether the Socket# can somehow lead me to the details of the Client connection, ex IP/Port.
Thanks