C# 클래스 Winium.StoreApps.Driver.Listener.HttpRequest

파일 보기 프로젝트 열기: NetlifeBackupSolutions/Winium.StoreApps.CodedUi 1 사용 예제들

공개 메소드들

메소드 설명
ReadFromStreamWithoutClosing ( Stream stream ) : HttpRequest

비공개 메소드들

메소드 설명
GetContentLength ( string>.IReadOnlyDictionary headers ) : int
ReadContent ( TextReader textReader, int contentLength ) : string
ReadHeaders ( TextReader textReader ) : string>.Dictionary

메소드 상세

ReadFromStreamWithoutClosing() 공개 정적인 메소드

public static ReadFromStreamWithoutClosing ( Stream stream ) : HttpRequest
stream Stream
리턴 HttpRequest