Click or drag to resize

ClientSocket Class

Presents the information about the socket of incoming connection.
Inheritance Hierarchy
SystemObject
  com.gigatms.ParametersClientSocket

Namespace:  com.gigatms.Parameters
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntax
public class ClientSocket

The ClientSocket type exposes the following members.

Properties
  NameDescription
Public propertyAddress
Gets the IP and port information
Public propertyIsBusy
Gets a value that indicates whether the Client socket is under busy state or not.
Public propertyIsConnected
Gets a value indicating whether the underlying Client socket Is connected to a remote reader.
Public propertyTimeout
Gets a value that specifies the number of mini-seconds before a timeout occurs when an operation doesn't finish.
Top
See Also