1 instantiation of DownloadBitsState
System (1)
net\System\Net\webclient.cs (1)
1284
DownloadBitsState state = new
DownloadBitsState
(request, writeStream, completionDelegate, asyncOp, m_Progress, this);
6 references to DownloadBitsState
System (6)
net\System\Net\webclient.cs (6)
1207
DownloadBitsState
state = (
DownloadBitsState
) result.AsyncState;
1237
DownloadBitsState
state = (
DownloadBitsState
) result.AsyncState;
1241
static private void DownloadBitsReadCallbackState(
DownloadBitsState
state, IAsyncResult result) {
1284
DownloadBitsState
state = new DownloadBitsState(request, writeStream, completionDelegate, asyncOp, m_Progress, this);