Stop Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Causes this instance to stop receiving incoming requests.

Namespace:  System.Net
Assembly:  System.Http (in System.Http.dll)

Syntax

'Declaration
Public Sub Stop
public void Stop()
public:
void Stop()
member Stop : unit -> unit 
public function Stop()

Remarks

If this instance is already stopped, calling this method has no effect.

After you have stopped an HttpListener object, you can use the Start method to restart it.

.NET Framework Security

See Also

Reference

HttpListener Class

System.Net Namespace