Search:

Type: Posts; User: berniesf

Search: Search took 0.03 seconds.

  1. Re: [VB2008/.NET 3.5] Asynchronous TcpListener & TcpClient

    Hi JMCILHINNEY!

    Let me comment mi Sub. I call RemoveClient, 'cos i observed you call that routine when error occurs on Read sub on MessageServer class. I think this remove client.
    Im using the...
  2. Re: [VB2008/.NET 3.5] Asynchronous TcpListener & TcpClient

    Hi again!

    After tons of coffee cups, boxes of cigarrettes, and an attemp to commit suicide :p i have this:

    Public Sub TerminateClient(Host As String)
    For Each client As...
  3. Re: [VB2008/.NET 3.5] Asynchronous TcpListener & TcpClient

    Sorry for disturbing you... how can call TcpClient close from inside server app? i have some minutes trying but nothing, my level of expertise are very low. :(
  4. Re: [VB2008/.NET 3.5] Asynchronous TcpListener & TcpClient

    Hi, im back again with a little question :bigyello:
    Im added a dictionary (string, date) to project, everytime clients transmit data (key are host: port, value are hour), updates the dictionary...
  5. Re: [VB2008/.NET 3.5] Asynchronous TcpListener & TcpClient

    Efectively, im replaced the line Me.Encoding.ASCII.GetString (that line give me a warning) with System.Text.Encoding.ASCII.GetString and all is working as suposed to do. Many thanks, and...
  6. Re: [VB2008/.NET 3.5] Asynchronous TcpListener & TcpClient

    Ready, im figured out how to transmit and receive in ASCII. Just replaced Me.Encoding.GetString with Me.Encoding.ASCII.GetString in server and client classes, rebuilded de DLL, and voila!

    Sorry...
  7. Re: [VB2008/.NET 3.5] Asynchronous TcpListener & TcpClient

    Lovely work! :) Congratulations. I have to admit you saved me some billions years to make a lib like this hehehe.

    I have one doubt. I observed you used Dim buffer As Byte() =...
Results 1 to 7 of 7



Click Here to Expand Forum to Full Width