5 references to UnlockConnectionDelegate
System (5)
net\System\Net\_Connection.cs (2)
313private UnlockConnectionDelegate m_ConnectionUnlock; 406UnlockConnectionDelegate chkDelegate = value.UnlockConnectionDelegate;
net\System\Net\HttpWebRequest.cs (3)
272private UnlockConnectionDelegate _UnlockDelegate; 853internal UnlockConnectionDelegate UnlockConnectionDelegate { 1241UnlockConnectionDelegate unlockConnectionDelegate = this.UnlockConnectionDelegate;