Click or drag to resize
IConnectionClientLogView Interface
The interface for views that can display the details of clients that have connected to the server and the sessions established by the client.

Namespace: VirtualRadar.Interface.View
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IConnectionClientLogView : IView, 
	IDisposable

The IConnectionClientLogView type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodRefreshClientReverseDnsDetails
Refreshes the display of a client's reverse DNS details. This may not be called on a GUI thread.
Public methodShowClientsAndSessions
Shows a list of clients and sessions to the user.
Public methodShowView
Displays the view to the user.
(Inherited from IView.)
Top
See Also