Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 823 Bytes

websocketservercustomvalidationrequestedeventargs.md

File metadata and controls

20 lines (14 loc) · 823 Bytes
-api-id -api-type
T:Windows.Networking.Sockets.WebSocketServerCustomValidationRequestedEventArgs
winrt class

Windows.Networking.Sockets.WebSocketServerCustomValidationRequestedEventArgs

-description

Provides data for a ServerCustomValidationRequested event on a WebSocket. This event occurs when a new, secure connection to a WebSocket is being made, and gives your code the opportunity to perform custom validation of the server certificates before the connection has been established.

-remarks

Instances of this object are created by the system and passed as an argument to your registered event handler.

-examples

-see-also