Thread: Broadcast on the right interface in C#

  1. #1
    Registered User
    Join Date
    Nov 2005
    Posts
    41

    Broadcast on the right interface in C#

    I want to broadcast on the local LAN, however, when I broadcast, it only sends out the packet on a virtual NIC (a VPN). How do I get it to send on the LAN instead (or on both)?

  2. #2
    Registered User AloneInTheDark's Avatar
    Join Date
    Feb 2008
    Posts
    74
    Not sure exactly what you mean but you can get a list of network interfaces, found this : http://www.codeguru.com/csharp/cshar...cle.php/c6023/ ( "How to Retrieve "Network Interfaces" in C#" )

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 10
    Last Post: 06-17-2009, 04:20 PM
  2. How to get RSSI value, send to sensor, sensor receive package, repackage it?
    By techissue2008 in forum Networking/Device Communication
    Replies: 1
    Last Post: 03-04-2009, 10:13 AM
  3. Calling IRichEditOle interface methods
    By Niara in forum C Programming
    Replies: 2
    Last Post: 01-16-2009, 01:23 PM
  4. game user interface
    By DavidP in forum Game Programming
    Replies: 3
    Last Post: 06-19-2004, 12:44 PM
  5. OOP in C
    By lyx in forum C Programming
    Replies: 4
    Last Post: 11-23-2003, 01:12 PM