UWP MessageWebSocket not working when manually set proxy
MangoApps
91
Reputation points
My UWP MessageWebSocket not working behind the proxy when i set proxy manually its through 403 error; Forbidden (403). (Exception from HRESULT: 0x80190193)
When I remove manual proxy then it's able to connect successfully
NEED TO USE ANY OTHER CLASS FOR SOCKET CONNECTION BEHIND PROXY LIKR "StreamSocket" etc
HTTPS calls working well only issue with MessageWebSocket
its there anything need to do in code to connect socket connection behind a proxy server?
Sign in to answer