Click or drag to resize

BaseEndpointProcessConnectionAttempt Method

Implement this in the concrete endpoint class

Namespace:  Crosser.Server.Modules.Endpoint
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
protected abstract Task ProcessConnectionAttempt(
	Socket socket
)

Parameters

socket
Type: System.Net.SocketsSocket
The socket accepted by the server

Return Value

Type: Task
Task
See Also