Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.26 KB

messagewebsocketcontrol_proxycredential.md

File metadata and controls

24 lines (17 loc) · 1.26 KB
-api-id -api-type
P:Windows.Networking.Sockets.MessageWebSocketControl.ProxyCredential
winrt property

Windows.Networking.Sockets.MessageWebSocketControl.ProxyCredential

-description

The credential to use to authenticate to the proxy server through HTTP header authentication using a MessageWebSocket object.

-property-value

The credential to use to authenticate to the proxy server through HTTP header authentication.

-remarks

The ProxyCredential property must be set before calling the ConnectAsync method on the MessageWebSocket object. An attempt to set the ProxyCredential property after calling the ConnectAsync method will result in an error.

-examples

-see-also

How to use advanced WebSocket controls, ConnectAsync, MessageWebSocket, PasswordCredential, ServerCredential