c# socket: get server when client connects -


i have server socket using async functions allow client socket connect. , when call socket.endaccept() returns copy of client socket,

i'd way client socket connecting copy of server socket

is possible?

edit: question rather forumlated weird, sorry, found solution problem though.

the problem when tried send reply client used server socket instead of socket returned socket.endaccept()

thank you

ehh? used when calling socket.endaccept()?

socket server socket.


Comments

Popular posts from this blog

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -