GSF.ServiceProcess.ServiceHelper.SendAuthenticationFailureResponse C# (CSharp) Method

SendAuthenticationFailureResponse() private method

private SendAuthenticationFailureResponse ( System.Guid clientID ) : void
clientID System.Guid
return void
        private void SendAuthenticationFailureResponse(Guid clientID)
        {
            SendResponse(clientID, new ServiceResponse("AuthenticationFailure"));
        }
ServiceHelper