共用方式為


SocketTransportFactory.CanBind(EndPoint) 方法

定義

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

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

參數

endpoint
EndPoint

要系結至的 EndPoint

傳回

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

實作

適用於