1 write to m_AbortDelegate
System (1)
net\System\Net\_ConnectionGroup.cs (1)
44
m_AbortDelegate
= new HttpAbortDelegate(Abort);
1 reference to m_AbortDelegate
System (1)
net\System\Net\_ConnectionGroup.cs (1)
406
request.AbortDelegate =
m_AbortDelegate
;