Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 868 Bytes

streamsocketlistener_close_811482585.md

File metadata and controls

26 lines (17 loc) · 868 Bytes
-api-id -api-type
M:Windows.Networking.Sockets.StreamSocketListener.Close
winrt method

Windows.Networking.Sockets.StreamSocketListener.Close

-description

Closes the StreamSocketListener object.

-remarks

The Close method aborts any pending operations and releases all unmanaged resources associated with the StreamSocketListener object.

The Close method is used by Windows app using JavaScript. For apps written using the .NET Framework 4.5 in C# and VB.NET, the Close method is exposed as the method on the StreamSocketListener object. For apps written in C++, the Close method will be called when using the delete keyword on the object.

-examples

-see-also

-capabilities

ID_CAP_NETWORKING [Windows Phone]