C# Class TouchRemote.Core.Http.HttpConnection

Afficher le fichier Open project: pieceofsummer/TouchRemote Class Usage Examples

Private Properties

Свойство Type Description
HttpConnection System
Send void
Send void
SendFormat void
SendInvalidRequest void
SendInvalidRequest void
SendResponse void
SendResponse void

Méthodes publiques

Méthode Description
Close ( ) : void
Work ( ) : void

Private Methods

Méthode Description
HttpConnection ( Socket client, HttpServer server ) : System
Send ( Encoding encoding, string data ) : void
Send ( byte data ) : void
SendFormat ( Encoding encoding, string format ) : void
SendInvalidRequest ( string message ) : void
SendInvalidRequest ( string message, string protocol, string version ) : void
SendResponse ( HttpResponse response ) : void
SendResponse ( HttpResponse response, string protocol, string version ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Work() public méthode

public Work ( ) : void
Résultat void