다음을 통해 공유


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에 대한 바인딩을 지원하는지 여부를 나타내는 값입니다.

구현

적용 대상