C# Class NMaier.SimpleDlna.Server.HttpClient

Inheritance: Logging, IRequest, IDisposable
Afficher le fichier Open project: nmaier/simpleDLNA Class Usage Examples

Private Properties

Свойство Type Description
Close void
GetContentLengthFromStream long
Headers System
ProcessRanges Stream
Read void
ReadCallback void
ReadNext void
SendResponse void
SetupResponse void

Méthodes publiques

Méthode Description
Dispose ( ) : void
HttpClient ( HttpServer aOwner, TcpClient aClient ) : System
Start ( ) : void
ToString ( ) : string

Private Methods

Méthode Description
Close ( ) : void
GetContentLengthFromStream ( Stream responseBody ) : long
Headers ( ) : System
ProcessRanges ( IResponse rangedResponse, HttpCode &status ) : Stream
Read ( ) : void
ReadCallback ( IAsyncResult result ) : void
ReadNext ( ) : void
SendResponse ( ) : void
SetupResponse ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

HttpClient() public méthode

public HttpClient ( HttpServer aOwner, TcpClient aClient ) : System
aOwner HttpServer
aClient System.Net.Sockets.TcpClient
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string