C# Class System.Net.WebClient.UploadBitsState

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Private Properties

Свойство Type Description
Close void
SetRequestStream void
UploadBitsState System.Collections.Specialized
WriteBytes bool

Private Methods

Méthode Description
Close ( ) : void
SetRequestStream ( Stream writeStream ) : void
UploadBitsState ( WebRequest request, Stream readStream, byte buffer, byte header, byte footer, CompletionDelegate completionDelegate, AsyncOperation asyncOp, ProgressData progress, WebClient webClient ) : System.Collections.Specialized
WriteBytes ( ) : bool