C# Class Zazzles.Middleware.Configuration

Afficher le fichier Open project: FOGProject/zazzles

Méthodes publiques

Méthode 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

Méthode Description
Configuration ( ) : System

Method Details

GetAndSetServerAddress() public static méthode

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

IPAddress() public static méthode

Get the IP address of the host
public static IPAddress ( ) : string
Résultat string

MACAddresses() public static méthode

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