Method | Description | |
---|---|---|
Start ( ) : void |
Method | Description | |
---|---|---|
BaseHttpHandler ( string prefix ) : System | ||
ProcessRequest ( |
||
WriteData ( |
||
WriteString ( |
Method | Description | |
---|---|---|
Callback ( IAsyncResult result ) : void | ||
Error ( |
||
Write ( |
protected BaseHttpHandler ( string prefix ) : System | ||
prefix | string | |
return | System |
protected abstract ProcessRequest ( |
||
context | ||
return | void |
protected static WriteData ( |
||
context | ||
data | byte | |
contentType | string | |
return | void |
protected static WriteString ( |
||
context | ||
msg | string | |
return | void |