C# Class SevenDigital.Messaging.Routing.Naming

Utilities for naming endpoints
Afficher le fichier Open project: i-e-b/SevenDigital.Messaging

Méthodes publiques

Méthode Description
GetMacAddress ( ) : string

Best effort at reading the host machine's MAC address

GoodAssemblyName ( ) : string

Best effort name for the current running assembly

MachineName ( ) : string

The current host machine name, with only alpha-numeric characters

Method Details

GetMacAddress() public static méthode

Best effort at reading the host machine's MAC address
public static GetMacAddress ( ) : string
Résultat string

GoodAssemblyName() public static méthode

Best effort name for the current running assembly
public static GoodAssemblyName ( ) : string
Résultat string

MachineName() public static méthode

The current host machine name, with only alpha-numeric characters
public static MachineName ( ) : string
Résultat string