C# 클래스 SevenDigital.Messaging.Routing.Naming

Utilities for naming endpoints
파일 보기 프로젝트 열기: i-e-b/SevenDigital.Messaging

공개 메소드들

메소드 설명
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

메소드 상세

GetMacAddress() 공개 정적인 메소드

Best effort at reading the host machine's MAC address
public static GetMacAddress ( ) : string
리턴 string

GoodAssemblyName() 공개 정적인 메소드

Best effort name for the current running assembly
public static GoodAssemblyName ( ) : string
리턴 string

MachineName() 공개 정적인 메소드

The current host machine name, with only alpha-numeric characters
public static MachineName ( ) : string
리턴 string