C# 클래스 FakeHost.Browsing.BrowsingSession

파일 보기 프로젝트 열기: andyedinborough/FakeHost 1 사용 예제들

공개 메소드들

메소드 설명
BrowsingSession ( ) : System
ProcessRequest ( Uri uri, string httpVerb, string formValues, NameValueCollection headers ) : RequestResult

비공개 메소드들

메소드 설명
AddAnyNewCookiesToCookieCollection ( HttpResponse response ) : void

메소드 상세

BrowsingSession() 공개 메소드

public BrowsingSession ( ) : System
리턴 System

ProcessRequest() 공개 메소드

public ProcessRequest ( Uri uri, string httpVerb, string formValues, NameValueCollection headers ) : RequestResult
uri System.Uri
httpVerb string
formValues string
headers System.Collections.Specialized.NameValueCollection
리턴 RequestResult