Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. killing network connection...please help

killing network connection...please help

Scheduled Pinned Locked Moved Visual Basic
sysadminhelptutorial
6 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    carl_sti
    wrote on last edited by
    #1

    please help on how to kill network connection..

    D 1 Reply Last reply
    0
    • C carl_sti

      please help on how to kill network connection..

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      That depends on what you mean by "network connection". Is this a connection in your own app, or some other app? Are you trying to block traffic? Need more details...

      Dave Kreskowiak Microsoft MVP - Visual Basic

      C 1 Reply Last reply
      0
      • D Dave Kreskowiak

        That depends on what you mean by "network connection". Is this a connection in your own app, or some other app? Are you trying to block traffic? Need more details...

        Dave Kreskowiak Microsoft MVP - Visual Basic

        C Offline
        C Offline
        carl_sti
        wrote on last edited by
        #3

        it is the other application that try to make connection..

        D 1 Reply Last reply
        0
        • C carl_sti

          it is the other application that try to make connection..

          D Offline
          D Offline
          Dave Kreskowiak
          wrote on last edited by
          #4

          Then no, you can't close it's connection directly. You have no access to the other app's connections. The option you have is to either install your own proxy server, so your app connects to it and the proxy connects to your apps server, or write your own proxy server. In either case, you can break the connection, and even filter traffic, because you now have a "man-in-the-middle" that now controls one end of the connection.

          Dave Kreskowiak Microsoft MVP - Visual Basic

          P 1 Reply Last reply
          0
          • D Dave Kreskowiak

            Then no, you can't close it's connection directly. You have no access to the other app's connections. The option you have is to either install your own proxy server, so your app connects to it and the proxy connects to your apps server, or write your own proxy server. In either case, you can break the connection, and even filter traffic, because you now have a "man-in-the-middle" that now controls one end of the connection.

            Dave Kreskowiak Microsoft MVP - Visual Basic

            P Offline
            P Offline
            Pravat Maskey
            wrote on last edited by
            #5

            If u able to know process ID u can end that process.

            D 1 Reply Last reply
            0
            • P Pravat Maskey

              If u able to know process ID u can end that process.

              D Offline
              D Offline
              Dave Kreskowiak
              wrote on last edited by
              #6

              That's not what his post said he was looking for. That's kind of like killing the patient because he's got a cold.

              Dave Kreskowiak Microsoft MVP - Visual Basic

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups