Property | Type | Description | |
---|---|---|---|
m_Widths | byte[]>.Dictionary |
Method | Description | |
---|---|---|
AcceptCallback ( IAsyncResult ar ) : void | ||
BeginListening ( ) : void |
Begins listening on a new thread.
|
|
CreateHeaders ( string header, string &sendHeaders, string &shortUri, string &fullUri ) : RequestType |
Creates the HTTP headers.
|
|
Initialize ( ) : void |
Initialize this instance.
|
|
InitializeFiles ( ) : bool | ||
OnReceiveFromWebSocket ( UOJS.WebSocketClient client, byte data, int length ) : void | ||
ParseVars ( string uri ) : string>.Dictionary |
||
ParseWebRequest ( UOJS.WebSocketClient client, string shortUri, string fullUri ) : byte[] | ||
ReadCallback ( IAsyncResult ar ) : void | ||
Send ( UOJS.WebSocketClient client, byte data, RequestType type, bool mask ) : void | ||
Send ( UOJS.WebSocketClient client, string format ) : void | ||
SendCallback ( IAsyncResult ar ) : void | ||
UOConnectCallback ( IAsyncResult ar ) : void | ||
UOReceiveCallback ( IAsyncResult ar ) : void | ||
UOSendCallback ( IAsyncResult ar ) : void | ||
WebSendCallback ( IAsyncResult ar ) : void |
Method | Description | |
---|---|---|
HandleFileSystemChange ( object sender, |
||
Listen ( ) : void |
Begins listening.
|
|
LoadFile ( string fileName ) : void |
public static AcceptCallback ( IAsyncResult ar ) : void | ||
ar | IAsyncResult | |
return | void |
public static CreateHeaders ( string header, string &sendHeaders, string &shortUri, string &fullUri ) : RequestType | ||
header | string | The full headers read. |
sendHeaders | string | The headers being sent. |
shortUri | string | The shortened URI. |
fullUri | string | The full URI. |
return | RequestType |
protected static HandleFileSystemChange ( object sender, |
||
sender | object | |
e | ||
return | void |
protected static LoadFile ( string fileName ) : void | ||
fileName | string | |
return | void |
public static OnReceiveFromWebSocket ( UOJS.WebSocketClient client, byte data, int length ) : void | ||
client | UOJS.WebSocketClient | |
data | byte | |
length | int | |
return | void |
public static ParseVars ( string uri ) : string>.Dictionary |
||
uri | string | |
return | string>.Dictionary |
public static ParseWebRequest ( UOJS.WebSocketClient client, string shortUri, string fullUri ) : byte[] | ||
client | UOJS.WebSocketClient | |
shortUri | string | |
fullUri | string | |
return | byte[] |
public static ReadCallback ( IAsyncResult ar ) : void | ||
ar | IAsyncResult | |
return | void |
public static Send ( UOJS.WebSocketClient client, byte data, RequestType type, bool mask ) : void | ||
client | UOJS.WebSocketClient | |
data | byte | |
type | RequestType | |
mask | bool | |
return | void |
public static Send ( UOJS.WebSocketClient client, string format ) : void | ||
client | UOJS.WebSocketClient | |
format | string | |
return | void |
public static SendCallback ( IAsyncResult ar ) : void | ||
ar | IAsyncResult | |
return | void |
public static UOConnectCallback ( IAsyncResult ar ) : void | ||
ar | IAsyncResult | |
return | void |
public static UOReceiveCallback ( IAsyncResult ar ) : void | ||
ar | IAsyncResult | |
return | void |
public static UOSendCallback ( IAsyncResult ar ) : void | ||
ar | IAsyncResult | |
return | void |
public static WebSendCallback ( IAsyncResult ar ) : void | ||
ar | IAsyncResult | |
return | void |