C-DEngine 5.105

HttpListener Methods

The HttpListener type exposes the following members.

Methods


  Name Description
Public method Abort
Shuts down the listener immediately.
Public method BeginGetContext(AsyncCallback, Object)
Begins getting an incoming request asynchronously.
Public method Close
Shuts down the listener.
Public method EndGetContext
Ends an asynchronous operation to get an incoming request.
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetContext
Gets an incoming request.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Start
Starts receiving incoming requests.
Public method Stop
Stops receiving incoming requests.
Public method ToString (Inherited from Object.)