Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

ok,

I made a class that create's a tcplistener, and i then have a thread that listend for connections, when there is a connection i'd liek to sData(string send via the connetion) toa function (_hander)

and hander passes back sDataOut with will be return to the client.

now i've added the funtion into the class, but it's useless when i compile it as dll, because the user can change what happens in the _hander funtion. so i would like to know if it is posible to call the _hander function from the main application(no the dll).

 

hope this explance it a bit

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...