sockets

  1. Y

    disbale network from c#

    I build an app and i want it to block surfing when a "user" didn't chose, but I can’t find a way to stop the network adapter from c#. I saw and tried a lot of examples and advices from all other the net, but none worked for me. I tried to disabled the adapter- public void DisableNetWork(string...
  2. H

    VB NET Socket Recive in Byte Array

    Hello all, I am new to xtremedotnettalk and this is my first thread. I am trying to create a function in vb.net that sends a website header through a socket to the server and returns the response. This is my code. Public Function GetSiteResponse(ByVal IPEndpoint As IPEndPoint, ByVal client...
Back
Top