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

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -