







[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 ) |
Parameters
- ar
- Type: System..::.IAsyncResult
IAsyncResult sent from BeginAcceptSocket(AsyncCallback, Object).
Return Value
HttpClientContext containing connection to http client.
Exceptions
| Exception | Condition |
|---|---|
| System.Security.Authentication..::.AuthenticationException | if SSL authentication fails |
