Disconnect from client

Namespace:  HttpServer
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void Disconnect(
	SocketError error
)
Visual Basic (Declaration)
Public Sub Disconnect ( _
	error As SocketError _
)
Visual C++
public:
virtual void Disconnect(
	SocketError error
) sealed

Parameters

error
Type: System.Net.Sockets..::.SocketError
error to report in the Disconnected event.

Implements

IHttpClientContext..::.Disconnect(SocketError)

See Also