Click or drag to resize

RemServiceConnection Class

Represents a client remoting connection.
Inheritance Hierarchy
SystemObject
  RRAutoLib.RemotingRemServiceConnection

Namespace:  RRAutoLib.Remoting
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
Public Class Connection

The RemServiceConnection type exposes the following members.

Properties
  NameDescription
Public propertyClientIP
Gets the IP address of the client's machine that initiated the connection.
Public propertyClientName
Gets the name given to the client that initiated the connection.
Public propertyCreated
Gets the time stamp the connection was created.
Public propertyID
Gets the unique connection identifier.
Public propertyReconnected
Gets the time stamp the connection was last used.
Top
See Also