ISocket MethodsWebDriver
The ISocket type exposes the following members.
Methods

  NameDescription
Public methodAccept
Accepts a connection for the socket.
Public methodAuthenticate
Authenticates over the socket.
Public methodBind
Binds the socket to a local end point.
Public methodClose
Closes the socket connection.
Public methodOnlineDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from OnlineIDisposable.)
Public methodListen
Starts listening to data received over the socket.
Public methodReceive
Receives data over the socket.
Public methodSend
Sends data over the socket.
Back to Top
See Also