The SocketWrapper type exposes the following members.
Back to Top
Events
Name | Description | |
---|---|---|
![]() | Accepted |
Event raised when a connection is accepted by the socket.
|
![]() | AcceptError |
Event raised when an error occurs accepting a connection.
|
![]() | Authenticated |
Event raised when authentication is completed over the socket.
|
![]() | AuthenticateError |
Event raised when there is an error authenticating over the socket.
|
![]() | Received |
Event raised when data is received by the socket.
|
![]() | ReceiveError |
Event raised when there is an error receiving data.
|
![]() | SendError |
Event raised when there is an error sending data.
|
![]() | Sent |
Event raised when data is sent through the socket.
|
See Also