The ISocketExt type exposes the following members.

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