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