Client
|
The ClientInfo type exposes the following members.
Name | Description | |
---|---|---|
ClientID | Gets the identifier of the remote client application. | |
ClientName | Gets the friendly name of the remote client application. | |
ClientPassword | Gets the password portion of the credentials supplied by the client. | |
ClientType | Gets the ApplicationType of the remote client application. | |
ClientUser | Gets the IPrincipal of the remote client application's user. | |
ClientUserCredentials | Gets the credentials in 'username:password' format for authenticating the remote client application's user if a valid ClientUser is not available. | |
ClientUsername | Gets the username portion of the credentials supplied by the client. | |
ConnectedAt | Gets or sets the DateTime when the remote client application connected to the ServiceHelper. | |
MachineName | Gets the name of the machine running the remote client application. | |
SecureClientPassword | Gets the ClientPassword in a SecureString. |