Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Netduino
WebServer
Server
HttpServer
C# Class Netduino.WebServer.Server.HttpServer
Show file
Open project: martinbuberl/Netduino
Class Usage Examples
Public Methods
Method
Description
HttpServer
(
int
port
= 80 ) :
System.Net
Start
( ) :
void
Stop
( ) :
void
Private Methods
Method
Description
Listen
( ) :
void
Method Details
HttpServer()
public
method
public
HttpServer
(
int
port
= 80 ) :
System.Net
port
int
return
System.Net
Start()
public
method
public
Start
( ) :
void
return
void
Stop()
public
method
public
Stop
( ) :
void
return
void