Gets or sets the authentication schemes that are supported by this listener.
Gets or sets the client certificate authentication settings used by the listener. This property is only relevant when using the Negotiate or Kerberos authentication schemes.
Gets or sets a value that indicates whether the listener should ignore specified URI prefixes and listen for all requests that are not handled by other HttpListener instances.
Gets a value that indicates whether the HttpListener is currently listening for incoming HTTP requests.
Gets a collection of the URI prefixes that the HttpListener object listens for.
Gets or sets the security policy for the HttpListener.
Gets or sets the service account that the HttpListener uses when registering URI prefixes.
Gets or sets the SSL configuration for the HttpListener.
Shuts down the HttpListener immediately. This is done by stopping the listener from receiving new requests and clearing the queue of waiting requests.
Waits for an incoming request on the listener and returns a.
Asynchronously waits for an incoming request on the listener and returns a.
Raises the PrefixChanged event.
Starts the HttpListener, enabling it to accept incoming requests.
Stops the HttpListener from receiving incoming requests.
Occurs when the collection of prefixes that the HttpListener is listening for changes.