C# Class MGDF.GamesManager.Common.Framework.HttpRequestManager

Inheritance: IHttpRequestManager
Afficher le fichier Open project: mrsharpoblunto/MGDF

Méthodes publiques

Méthode Description
GetResponseStream ( string uri ) : Stream
GetResponseStream ( string uri, long progress, bool>.Func getCredentials, long &contentLength ) : Stream

Private Methods

Méthode Description
AddRange ( long progress, HttpWebRequest request ) : void

Method Details

GetResponseStream() public méthode

public GetResponseStream ( string uri ) : Stream
uri string
Résultat Stream

GetResponseStream() public méthode

public GetResponseStream ( string uri, long progress, bool>.Func getCredentials, long &contentLength ) : Stream
uri string
progress long
getCredentials bool>.Func
contentLength long
Résultat Stream