C# 클래스 Zazzles.Middleware.Configuration

파일 보기 프로젝트 열기: FOGProject/zazzles

공개 메소드들

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

비공개 메소드들

메소드 설명
Configuration ( ) : System

메소드 상세

GetAndSetServerAddress() 공개 정적인 메소드

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

IPAddress() 공개 정적인 메소드

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

MACAddresses() 공개 정적인 메소드

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