C# Class Zazzles.Middleware.Configuration

Datei anzeigen Open project: FOGProject/zazzles

Public Methods

Method Description
GetAndSetServerAddress ( ) : bool

Load the server information from the registry and apply it

IPAddress ( ) : string

Get the IP address of the host

MACAddresses ( ) : string

Get a string of all the host's valid MAC addresses

Private Methods

Method Description
Configuration ( ) : System

Method Details

GetAndSetServerAddress() public static method

Load the server information from the registry and apply it
public static GetAndSetServerAddress ( ) : bool
return bool

IPAddress() public static method

Get the IP address of the host
public static IPAddress ( ) : string
return string

MACAddresses() public static method

Get a string of all the host's valid MAC addresses
public static MACAddresses ( ) : string
return string