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

实现

适用于