The ISocket type exposes the following members.

Properties

  NameDescription
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.
Public propertySupported by the .NET Compact FrameworkLocalEndPoint
Gets the local endpoint.
Public propertySupported by the .NET Compact FrameworkRemoteEndPoint
Gets the remote endpoint.
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).

See Also