C# 클래스 NMaier.SimpleDlna.Server.HttpClient

상속: Logging, IRequest, IDisposable
파일 보기 프로젝트 열기: nmaier/simpleDLNA 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Close void
GetContentLengthFromStream long
Headers System
ProcessRanges Stream
Read void
ReadCallback void
ReadNext void
SendResponse void
SetupResponse void

공개 메소드들

메소드 설명
Dispose ( ) : void
HttpClient ( HttpServer aOwner, TcpClient aClient ) : System
Start ( ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

HttpClient() 공개 메소드

public HttpClient ( HttpServer aOwner, TcpClient aClient ) : System
aOwner HttpServer
aClient System.Net.Sockets.TcpClient
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string