I have two application on Desktop (WPF) and other WEB (C#). The user log from the WPF application and a WebBrowser open in a Grid! I want the same user log one time from the WPF to the WebBrowser. Any helps ?
Asked
Active
Viewed 50 times
-2
-
pass the parameters.. to the constructor through command line argumnet – Thomas Apr 10 '17 at 11:35
1 Answers
0
If I understand correctly your problem,you should use Web api for this .When wpf want to save user log, it send the web server.
If your Web app want to access your web application you can still get data by making a request to the web server. This approach is reliable and secure.

Community
- 1
- 1

Erdem Köşk
- 190
- 1
- 10