Property | Type | Description | |
---|---|---|---|
MessageReceivedCallback | Action |
||
defaultPage | string | ||
disconnect | bool | ||
fileDir | string | ||
homeDir | string | ||
jsonDataToSend | string | ||
listener | |||
rawJsonToSend | string | ||
runServer | Thread |
Method | Description | |
---|---|---|
HttpServer ( ) : System | ||
HttpServer ( Action |
||
HttpServer ( Action |
||
HttpServer ( int port ) : System | ||
IsFontFile ( string filename ) : bool | ||
IsImageFile ( string filename ) : bool | ||
IsMediaFile ( string filename ) : bool | ||
IsStylingFile ( string filename ) : bool | ||
IsSubtitleFile ( string filename ) : bool | ||
IsWebPageFile ( string filename ) : bool | ||
JsonToSend ( string json ) : void | ||
SendMessage ( string msg ) : void | ||
ServerLogic ( int port ) : void | ||
SetDefaultPage ( string fileName ) : void | ||
SetFileDir ( string dir ) : void | ||
SetWebHomeDir ( string dir ) : void | ||
StopServer ( ) : void |
public HttpServer ( Action |
||
MessageReceivedCallback | Action |
|
return | System |
public HttpServer ( Action |
||
MessageReceivedCallback | Action |
|
port | int | |
return | System |
public IsImageFile ( string filename ) : bool | ||
filename | string | |
return | bool |
public IsMediaFile ( string filename ) : bool | ||
filename | string | |
return | bool |
public IsStylingFile ( string filename ) : bool | ||
filename | string | |
return | bool |
public IsSubtitleFile ( string filename ) : bool | ||
filename | string | |
return | bool |
public IsWebPageFile ( string filename ) : bool | ||
filename | string | |
return | bool |
public SetDefaultPage ( string fileName ) : void | ||
fileName | string | |
return | void |
public TcpListener,System.Net.Sockets listener | ||
return |