EndAcceptSocket Method

HttpServer.dll

[Missing <summary> documentation for M:HttpServer.HttpListener.EndAcceptSocket(System.IAsyncResult)]

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

Syntax

C#
protected HttpClientContext EndAcceptSocket(
	IAsyncResult ar
)
Visual Basic (Declaration)
Protected Function EndAcceptSocket ( _
	ar As IAsyncResult _
) As HttpClientContext
Visual C++
protected:
HttpClientContext^ EndAcceptSocket(
	IAsyncResult^ ar
)

Return Value

HttpClientContext containing connection to http client.

Exceptions

ExceptionCondition
System.Security.Authentication..::.AuthenticationExceptionif SSL authentication fails

See Also