C# Class Winium.StoreApps.Driver.Listener.HttpRequest

Mostrar archivo Open project: NetlifeBackupSolutions/Winium.StoreApps.CodedUi Class Usage Examples

Public Methods

Method Description
ReadFromStreamWithoutClosing ( Stream stream ) : HttpRequest

Private Methods

Method Description
GetContentLength ( string>.IReadOnlyDictionary headers ) : int
ReadContent ( TextReader textReader, int contentLength ) : string
ReadHeaders ( TextReader textReader ) : string>.Dictionary

Method Details

ReadFromStreamWithoutClosing() public static method

public static ReadFromStreamWithoutClosing ( Stream stream ) : HttpRequest
stream Stream
return HttpRequest