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.6.0.10 (2.6.0.10)
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also