共用方式為


IConnectionListenerFactorySelector.CanBind(EndPoint) 方法

定義

傳回值,這個值表示接聽程式處理站是否支援系結至指定的 EndPoint

public bool CanBind (System.Net.EndPoint endpoint);
abstract member CanBind : System.Net.EndPoint -> bool
Public Function CanBind (endpoint As EndPoint) As Boolean

參數

endpoint
EndPoint

EndPoint 系結至的 。

傳回

值,指出接聽程式處理站是否支援系結至指定的 EndPoint

適用於