C# 클래스 At.FF.Krems.FullscreenBrowser.SilentWebserver

The silent webserver.
파일 보기 프로젝트 열기: Grisu-NOE/Infoscreen

공개 메소드들

메소드 설명
Initialize ( string url, int port ) : void

Initializes the silent webserver.

비공개 메소드들

메소드 설명
SilentWebserver ( ) : System

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

메소드 상세

Initialize() 공개 메소드

Initializes the silent webserver.
public Initialize ( string url, int port ) : void
url string The url.
port int The port.
리턴 void