C# Class At.FF.Krems.FullscreenBrowser.SilentWebserver

The silent webserver.
Afficher le fichier Open project: Grisu-NOE/Infoscreen

Méthodes publiques

Méthode Description
Initialize ( string url, int port ) : void

Initializes the silent webserver.

Private Methods

Méthode Description
SilentWebserver ( ) : System

Prevents a default instance of the SilentWebserver class from being created.

Method Details

Initialize() public méthode

Initializes the silent webserver.
public Initialize ( string url, int port ) : void
url string The url.
port int The port.
Résultat void