共用方式為


NWTcpConnectionAuthenticationDelegate_Extensions.ShouldProvideIdentity 方法

定義

呼叫以通知委派應該提供身分識別資訊的方法。

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

參數

This
INWTcpConnectionAuthenticationDelegate

這個擴充方法運作所在的實例。

connection
NWTcpConnection

傳回

true 表示委派會提供身分識別資訊。

適用於