C# Class Tunez.RequestHandler

Datei anzeigen Open project: alanmcgovern/tunez Class Usage Examples

Public Methods

Method Description
BeginListeningAsync ( CancellationToken token ) : Task

Private Methods

Method Description
ContextReceived ( Catalog catalog, HttpListenerContext context, CancellationToken token ) : void
DeserializeRequest ( HttpListenerRequest request ) : Task
HandleRequest ( string request, Catalog catalog, long rangeStart, long rangeEnd ) : Stream
SendResponse ( Catalog catalog, HttpListenerContext context, CancellationToken token ) : Task

Method Details

BeginListeningAsync() public method

public BeginListeningAsync ( CancellationToken token ) : Task
token System.Threading.CancellationToken
return Task