I use SignalR 1.2.2 in my window form project for SignalR client. How do I use the cross-domain in new Connection of persistence connection?
What's is the type of your SignalR client application? Do you want to serve a SignalR JavaScript Client?
With Regards,
Fei Han
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
Member
16 Points
77 Posts
SignalR 1.2.2 Client for Windows Form, how to use the cross-domain in persistence connection?
Mar 15, 2019 08:48 AM|akira32|LINK
I use SignalR 1.2.2 in my window form project for SignalR client. How do I use the cross-domain in new Connection of persistence connection?
All-Star
40565 Points
6233 Posts
Microsoft
Re: SignalR 1.2.2 Client for Windows Form, how to use the cross-domain in persistence connection?
Mar 18, 2019 06:18 AM|Fei Han - MSFT|LINK
Hi akira32,
What's is the type of your SignalR client application? Do you want to serve a SignalR JavaScript Client?
With Regards,
Fei Han
Member
16 Points
77 Posts
Re: SignalR 1.2.2 Client for Windows Form, how to use the cross-domain in persistence connection?
Mar 18, 2019 11:15 AM|akira32|LINK
My SignalR client is windows form project. My another project use SignalR Javascript client.
Member
590 Points
195 Posts
Re: SignalR 1.2.2 Client for Windows Form, how to use the cross-domain in persistence connection?
Mar 21, 2019 08:06 AM|sw-ing|LINK
To implement cross-domain connections for SignalR JavaScript client, you can try to refer to this SO thread
https://stackoverflow.com/questions/9984534/how-to-use-cross-domain-connections-cors-access-control-allow-origin-with-si