Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.2 KB

socketactivityconnectedstandbyaction.md

File metadata and controls

28 lines (19 loc) · 1.2 KB
-api-id -api-type
T:Windows.Networking.Sockets.SocketActivityConnectedStandbyAction
winrt enum

SocketActivityConnectedStandbyAction

-description

Indicates whether an app that uses the socket brokering service can receive packets when the system goes to connected stand by.

-enum-fields

-field DoNotWake:0

The app should not receive packets when the system goes to stand by.

-field Wake:1

The app can receive packets even when the system goes to stand by.

-remarks

-examples

-see-also

DatagramSocket.TransferOwnership(String, SocketActivityContext), DatagramSocket.TransferOwnership(String, SocketActivityContext, TimeSpan), StreamSocket.TransferOwnership(String, SocketActivityContext), StreamSocket.TransferOwnership(String, SocketActivityContext, TimeSpan), StreamSocketListener.TransferOwnership(String, SocketActivityContext)