2 writes to NotifyNewConnection
System.DirectoryServices.Protocols (2)
System\DirectoryServices\Protocols\ldap\LdapSessionOptions.cs (2)
440tempCallback.NotifyNewConnection = value.NotifyNewConnection; 446tempCallback.NotifyNewConnection = null;
4 references to NotifyNewConnection
System.DirectoryServices.Protocols (4)
System\DirectoryServices\Protocols\ldap\LdapSessionOptions.cs (4)
440tempCallback.NotifyNewConnection = value.NotifyNewConnection; 875notify = tempCallback.NotifyNewConnection == null ? null : _notifiyDelegate, 954if (newConnection != IntPtr.Zero && _callbackRoutine.NotifyNewConnection != null) 1024bool value = _callbackRoutine.NotifyNewConnection(_connection, tempReferralConnection, newDN, identifier, tempNewConnection, cred, tokenValue, errorCodeFromBind);