다음을 통해 공유


NWTcpConnectionAuthenticationDelegate_Extensions.ShouldProvideIdentity 메서드

정의

ID 정보를 제공해야 한다는 것을 대리자에게 알리기 위해 호출되는 메서드입니다.

public static bool ShouldProvideIdentity (this NetworkExtension.INWTcpConnectionAuthenticationDelegate This, NetworkExtension.NWTcpConnection connection);
static member ShouldProvideIdentity : NetworkExtension.INWTcpConnectionAuthenticationDelegate * NetworkExtension.NWTcpConnection -> bool

매개 변수

This
INWTcpConnectionAuthenticationDelegate

이 확장 메서드가 작동하는 인스턴스입니다.

connection
NWTcpConnection

반환

true 는 대리자에서 ID 정보를 제공함을 나타냅니다.

적용 대상