C# Class System.Net.WebClient.DownloadBitsState

Datei anzeigen Open project: gbarnett/shared-source-cli-2.0

Private Properties

Property Type Description
Close void
DownloadBitsState System.Collections.Specialized
RetrieveBytes bool
SetResponse int

Private Methods

Method Description
Close ( ) : void
DownloadBitsState ( WebRequest request, Stream writeStream, CompletionDelegate completionDelegate, AsyncOperation asyncOp, ProgressData progress, WebClient webClient ) : System.Collections.Specialized
RetrieveBytes ( int &bytesRetrieved ) : bool
SetResponse ( WebResponse response ) : int