CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6

Threaded View

  1. #3
    Join Date
    Sep 2011
    Location
    The Netherlands
    Posts
    32

    Re: TCP new connect to other IP

    adresa = IPAddress.Parse("127.0.0.1"); //first connect, it works when it isn't local too
    This is not an connect, it's just parsing the IPAddress string into an IPAddress object.
    Last edited by JapyDooge; September 28th, 2011 at 07:13 AM. Reason: typo

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured