Click or drag to resize
LogClient Class
A record in the log database that holds information about an IP address that has been used to connect to the program.
Inheritance Hierarchy
SystemObject
  VirtualRadar.Interface.DatabaseLogClient

Namespace: VirtualRadar.Interface.Database
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class LogClient

The LogClient type exposes the following members.

Constructors
  NameDescription
Public methodLogClient
Initializes a new instance of the LogClient class
Top
Properties
  NameDescription
Public propertyAddress
Gets the IP address of the client.
Public propertyId
Gets or sets unique ID of the client.
Public propertyIpAddress
Gets or sets the IP address of the client.
Public propertyIsLocal
Gets a bool indicating whether the client is a local client or an Internet client.
Public propertyReverseDns
Gets or sets the result of the last reverse DNS lookup on the client.
Public propertyReverseDnsDate
Gets or sets the time that ReverseDns was acquired.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also