C# Class LanDiscovery.LanMachine

Lan machines class representing a detected machine.
显示文件 Open project: RedSpiderMkV/LANMachines

Public Methods

Method Description
LanMachine ( IPAddress address, string name ) : System

Instantiate new lan machine object.

Method Details

LanMachine() public method

Instantiate new lan machine object.
public LanMachine ( IPAddress address, string name ) : System
address System.Net.IPAddress Machine IP address.
name string Machine name.
return System