The ISocketExt type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | Accept | |
![]() ![]() | BeginAccept | |
![]() ![]() | BeginConnect(EndPoint, AsyncCallback, Object) | |
![]() ![]() | BeginConnect(String, Int32, AsyncCallback, Object) | |
![]() ![]() | BeginListen | |
![]() ![]() | BeginReceive | |
![]() ![]() | BeginSend | |
![]() ![]() | Close |
Forces the ISocket connection to close.
(Inherited from ISocket.) |
![]() ![]() | Connect(EndPoint) |
Establishes a connection to a remote device.
(Inherited from ISocket.) |
![]() ![]() | Connect(String, Int32) |
Establishes a connection to a remote device.
(Inherited from ISocket.) |
![]() ![]() | EndAccept | |
![]() ![]() | EndConnect | |
![]() ![]() | EndListen | |
![]() ![]() | EndReceive | |
![]() ![]() | EndSend | |
![]() ![]() | GetConnectionState | |
![]() ![]() | Listen | |
![]() ![]() | Poll |
Determines the status of the socket.
(Inherited from ISocket.) |
![]() ![]() | Receive |
Receives the specified amount of data from the connected ISocket into a specific location of the receive buffer and using the supplied flags.
(Inherited from ISocket.) |
![]() ![]() | Send |
Sends the specified amount of data to the connected ISocket starting at the indicated location in the data and using the supplied flags.
(Inherited from ISocket.) |
![]() ![]() | Shutdown |
Disables sends and receives on the ISocket.
(Inherited from ISocket.) |
Properties
Name | Description | |
---|---|---|
![]() ![]() | Available | |
![]() ![]() | Connected |
Gets a value that indicates whether the ISocket is connected to a remote host as of the last Send or Receive operation.
(Inherited from ISocket.) |
![]() ![]() | Factory | |
![]() ![]() | Information | |
![]() ![]() | LocalEndPoint |
Gets the local endpoint.
(Inherited from ISocket.) |
![]() ![]() | RemoteEndPoint |
Gets the remote endpoint.
(Inherited from ISocket.) |
![]() ![]() | Timeout |
Gets or sets the length of time in milliseconds before the operation times out (specify -1 or 0 to indicate that the request does not time out which is default).
(Inherited from ISocket.) |