SocketTransportFactory.CanBind(EndPoint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns
A value that indicates whether the listener factory supports binding to the specified EndPoint.