3

I am developing a PCL Library that will be used for Xamarin/iOS to access a SignalR backend. Everything worked fine, until I tried to run the app behind a web proxy, which resulted in "Connection refused" exceptions.

Normally, SignalR client libraries allow me to specify the Web Proxy using HubConnection.Proxy, however the Portable version lacks this property.

What is the correct way to specify the web proxy for the hubConnection, so that it can connect properly?

PaulG
  • 13,182
  • 9
  • 51
  • 74
ccgre
  • 63
  • 5

0 Answers0