SocketActivityInformation.Id Property

Definition

A unique string for this app used to identify the transferred socket. This is passed by the app while transferring the socket ownership to the service.

public:
 property Platform::String ^ Id { Platform::String ^ get(); };
winrt::hstring Id();
public string Id { get; }
var string = socketActivityInformation.id;
Public ReadOnly Property Id As String

Property Value

String

Platform::String

winrt::hstring

A unique string to identify the transferred socket.

Applies to