private int GetClientBuildNumber() { return(NativeMethodsHelper.QuerySessionInformationForInt(_server.Handle, _sessionId, WTS_INFO_CLASS.WTSClientBuildNumber)); }
private int GetClientHardwareId() { return(NativeMethodsHelper.QuerySessionInformationForInt(_server.Handle, _sessionId, WTS_INFO_CLASS.WTSClientHardwareId)); }