1 write to m_AbortDelegate
System (1)
net\System\Net\_Connection.cs (1)
497
m_AbortDelegate
= new HttpAbortDelegate(AbortOrDisassociate);
1 reference to m_AbortDelegate
System (1)
net\System\Net\_Connection.cs (1)
605
request.AbortDelegate =
m_AbortDelegate
;