次の方法で共有


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 情報を提供することを示す場合は 。

適用対象