共用方式為


StreamSocketListener.Close 方法

定義

關閉 StreamSocketListener 物件。

public:
 virtual void Close() = Close;
void Close();
// This member is not implemented in C#
function close()
' This member is not implemented in VB.NET

實作

M:Windows.Foundation.IClosable.Close M:System.IDisposable.Close

Windows 需求

應用程式功能
ID_CAP_NETWORKING [Windows Phone]

備註

Close 方法會中止任何擱置的作業,並釋放與 StreamSocketListener 物件相關聯的所有 Unmanaged 資源。

Close 方法是由 Windows 應用程式使用 JavaScript 使用。 對於使用 C# .NET Framework 4.5 撰寫的應用程式,VB.NET,Close 方法會公開為StreamSocketListener物件上的 方法。 針對以 C++ 撰寫的應用程式,會在物件上使用 delete 關鍵字時呼叫 Close 方法。

適用於