Share via


SocketTransportFactory.CanBind(EndPoint) Method

Definition

Returns a value that indicates whether the listener factory supports binding to the specified 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

Parameters

endpoint
EndPoint

The EndPoint to bind to.

Returns

A value that indicates whether the listener factory supports binding to the specified EndPoint.

Implements

Applies to