3 writes to _AbortDelegate
System (3)
net\System\Net\HttpWebRequest.cs (3)
801
_AbortDelegate
= value;
3303
_ServicePoint = ServicePointManager.FindServicePoint(_Uri, _Proxy, out _ProxyChain, ref
_AbortDelegate
, ref m_Aborted);
6008
_AbortDelegate
= null;
1 reference to _AbortDelegate
System (1)
net\System\Net\HttpWebRequest.cs (1)
3169
HttpAbortDelegate abortDelegate =
_AbortDelegate
;