SocketActivityKind SocketActivityKind SocketActivityKind SocketActivityKind Enum

Definition

Describes the kind of socket object being transferred to or from the socket broker.

public : enum class SocketActivityKindpublic enum SocketActivityKindPublic Enum SocketActivityKind// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

DatagramSocket DatagramSocket DatagramSocket DatagramSocket

A socket type of DatagramSocket.

None None None None

The socket type is unknown.

StreamSocket StreamSocket StreamSocket StreamSocket

A socket type of StreamSocket.

StreamSocketListener StreamSocketListener StreamSocketListener StreamSocketListener

A socket type of StreamSocketListener.