The ISocketExt type exposes the following members.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkAccept
Public methodSupported by the .NET Compact FrameworkBeginAccept
Public methodSupported by the .NET Compact FrameworkBeginConnect(EndPoint, AsyncCallback, Object)
Public methodSupported by the .NET Compact FrameworkBeginConnect(String, Int32, AsyncCallback, Object)
Public methodSupported by the .NET Compact FrameworkBeginListen
Public methodSupported by the .NET Compact FrameworkBeginReceive
Public methodSupported by the .NET Compact FrameworkBeginSend
Public methodSupported by the .NET Compact FrameworkClose
Forces the ISocket connection to close.
(Inherited from ISocket.)
Public methodSupported by the .NET Compact FrameworkConnect(EndPoint)
Establishes a connection to a remote device.
(Inherited from ISocket.)
Public methodSupported by the .NET Compact FrameworkConnect(String, Int32)
Establishes a connection to a remote device.
(Inherited from ISocket.)
Public methodSupported by the .NET Compact FrameworkEndAccept
Public methodSupported by the .NET Compact FrameworkEndConnect
Public methodSupported by the .NET Compact FrameworkEndListen
Public methodSupported by the .NET Compact FrameworkEndReceive
Public methodSupported by the .NET Compact FrameworkEndSend
Public methodSupported by the .NET Compact FrameworkGetConnectionState
Public methodSupported by the .NET Compact FrameworkListen
Public methodSupported by the .NET Compact FrameworkPoll
Determines the status of the socket.
(Inherited from ISocket.)
Public methodSupported by the .NET Compact FrameworkReceive
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.)
Public methodSupported by the .NET Compact FrameworkSend
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.)
Public methodSupported by the .NET Compact FrameworkShutdown
Disables sends and receives on the ISocket.
(Inherited from ISocket.)

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkAvailable
Public propertySupported by the .NET Compact FrameworkConnected
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.)
Public propertySupported by the .NET Compact FrameworkFactory
Public propertySupported by the .NET Compact FrameworkInformation
Public propertySupported by the .NET Compact FrameworkLocalEndPoint
Gets the local endpoint.
(Inherited from ISocket.)
Public propertySupported by the .NET Compact FrameworkRemoteEndPoint
Gets the remote endpoint.
(Inherited from ISocket.)
Public propertySupported by the .NET Compact FrameworkTimeout
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.)

See Also