C# 클래스 TrakHound.API.ConfigurationServer

파일 보기 프로젝트 열기: TrakHound/TrakHound-Community

공개 메소드들

메소드 설명
ConfigurationServer ( ) : System
Get ( IPAddress address ) : ApiConfiguration
GetResponse ( Stream stream ) : byte[]

비공개 메소드들

메소드 설명
HandleClientComm ( object client ) : void

Write the API Configuration File (JSON) back to the client

ListenForClients ( ) : void

메소드 상세

ConfigurationServer() 공개 메소드

public ConfigurationServer ( ) : System
리턴 System

Get() 공개 정적인 메소드

public static Get ( IPAddress address ) : ApiConfiguration
address System.Net.IPAddress
리턴 ApiConfiguration

GetResponse() 공개 정적인 메소드

public static GetResponse ( Stream stream ) : byte[]
stream Stream
리턴 byte[]