C# Class TrakHound.API.ConfigurationServer

Afficher le fichier Open project: TrakHound/TrakHound-Community

Méthodes publiques

Méthode Description
ConfigurationServer ( ) : System
Get ( IPAddress address ) : ApiConfiguration
GetResponse ( Stream stream ) : byte[]

Private Methods

Méthode Description
HandleClientComm ( object client ) : void

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

ListenForClients ( ) : void

Method Details

ConfigurationServer() public méthode

public ConfigurationServer ( ) : System
Résultat System

Get() public static méthode

public static Get ( IPAddress address ) : ApiConfiguration
address System.Net.IPAddress
Résultat ApiConfiguration

GetResponse() public static méthode

public static GetResponse ( Stream stream ) : byte[]
stream Stream
Résultat byte[]