Presents the information about the socket of incoming connection.
Inheritance Hierarchy
com.gigatms.parametersClientSocket
Namespace: com.gigatms.parameters
Assembly: GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
The ClientSocket type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ClientSocket | Initializes a new instance of the ClientSocket class |
Properties
Name | Description | |
---|---|---|
![]() | Address |
Gets the IP and port information
|
![]() | IsBusy |
Gets a value that indicates whether the Client socket is under busy state or not.
|
![]() | IsConnected |
Gets a value indicating whether the underlying Client socket Is connected to a remote reader.
|
![]() | Timeout |
Gets a value that specifies the number of mini-seconds before a timeout occurs when an operation doesn't finish.
|
See Also