|
ClientInfoClientUser Property
|
Gets the IPrincipal of the remote client application's user.
Namespace: GSF.ServiceProcessAssembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.248-beta
Syntaxpublic IPrincipal ClientUser { get; }
Public ReadOnly Property ClientUser As IPrincipal
Get
public:
property IPrincipal^ ClientUser {
IPrincipal^ get ();
}
member ClientUser : IPrincipal with get
function get_ClientUser();
View SourceProperty Value
IPrincipal
See Also