The ISocket type exposes the following members.
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.
|
See Also