vitoto

vitoto

  • NA
  • 1
  • 0

SetTcpEntry

May 25 2005 5:38 PM
Hi, guys need implement option for "kill connection" in VB.Net Code listing TCP Table : http://www.freevbcode.com/ShowCode.Asp?ID=5067 I Not can implement Function : SetTcpEntry for Kill connection. This old code in VB6 use that function. http://www.vbip.com/iphelper/get_tcp_table.asp I looking in .Net Framework 2.0 New Class Networking Information, this class can replace TCP Table using "GetTcpConnections" Check little Sample, http://www.code-magazine.com/focus/article.aspx?quickid=0303042&page=5 I not know, if that Class can "Kill Connection". Any idea for implement in VB.Net, "Kill Connection" ? This API have too Event "NotifyAddrChange" Any know how implement this for Alert for New Connections in Port 2346 UDP/TCP ? Example : Server Game Ghost Recon is running in port 2346, i need close connection from VB.Net program. Understand my problem ? Thank you.