Click or drag to resize

ClientInfo Properties

The ClientInfo type exposes the following members.

Properties
  Name Description
Public property ClientID Gets the identifier of the remote client application.
Public property ClientName Gets the friendly name of the remote client application.
Public property ClientPassword Gets the password portion of the credentials supplied by the client.
Public property ClientType Gets the ApplicationType of the remote client application.
Public property ClientUser Gets the IPrincipal of the remote client application's user.
Public property ClientUserCredentials Gets the credentials in 'username:password' format for authenticating the remote client application's user if a valid ClientUser is not available.
Public property ClientUsername Gets the username portion of the credentials supplied by the client.
Public property ConnectedAt Gets or sets the DateTime when the remote client application connected to the ServiceHelper.
Public property MachineName Gets the name of the machine running the remote client application.
Public property SecureClientPassword Gets the ClientPassword in a SecureString.
Top
See Also