Méthode | Description | |
---|---|---|
Initialize ( |
Initializes the specified TCP client.
|
|
WriteFailure ( ) : void |
The write failure.
|
|
WriteSuccess ( ) : void |
The write success.
|
Méthode | Description | |
---|---|---|
HandleGetRequest ( ) : void |
The handle get request.
|
|
Log ( string message, EventLogEntryType eventLogEntryType ) : void |
The log.
|
|
ParseRequest ( ) : void |
The parse request.
|
|
Process ( ) : void | ||
StreamReadLine ( Stream inputStream ) : string |
The stream read line.
|
public Initialize ( |
||
tcpClient | The TCP client. | |
Résultat | void |