Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.03 KB

dnssdserviceinstance_registerstreamsocketlistenerasync_1755896327.md

File metadata and controls

27 lines (19 loc) · 1.03 KB
-api-id -api-type
M:Windows.Networking.ServiceDiscovery.Dnssd.DnssdServiceInstance.RegisterStreamSocketListenerAsync(Windows.Networking.Sockets.StreamSocketListener)
winrt method

Windows.Networking.ServiceDiscovery.Dnssd.DnssdServiceInstance.RegisterStreamSocketListenerAsync

-description

Asynchronously registers a stream (TCP) socket listener for the service, on the given socket.

-parameters

-param socket

Describes the socket that this service instance uses to listen for new service clients.

-returns

On successful completion of the asynchronous operation, returns an object describing the results of registration.

-remarks

-examples

-see-also

RegisterStreamSocketListenerAsync(StreamSocketListener, NetworkAdapter)