The ISocket type exposes the following members.
Back to Top
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | Accept |
Accepts a connection for the socket.
|
![]() | Authenticate |
Authenticates over the socket.
|
![]() | Bind |
Binds the socket to a local end point.
|
![]() | Close |
Closes the socket connection.
|
![]() | ![]() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from ![]() |
![]() | Listen |
Starts listening to data received over the socket.
|
![]() | Receive |
Receives data over the socket.
|
![]() | Send |
Sends data over the socket.
|
Properties
Name | Description | |
---|---|---|
![]() | Connected |
Gets a value indicating whether the socket is connected.
|
![]() | RemoteIPAddress |
Gets the remote IP address of the socket connection.
|
![]() | Stream |
Gets a stream for reading and writing data.
|
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