C# Class BarcodeDisplayServer.HttpListenerService

Inheritance: Android.App.IntentService
Datei anzeigen Open project: Redth/ZXing.Net.Mobile

Public Methods

Method Description
StopService ( Android.Content.Intent name ) : bool

Protected Methods

Method Description
OnHandleIntent ( Android.Content.Intent intent ) : void

Private Methods

Method Description
ProcessHttpRequest ( HttpListenerContext context ) : void
StartHttpServer ( ) : void

Method Details

OnHandleIntent() protected method

protected OnHandleIntent ( Android.Content.Intent intent ) : void
intent Android.Content.Intent
return void

StopService() public method

public StopService ( Android.Content.Intent name ) : bool
name Android.Content.Intent
return bool