C# 클래스 AspUnitRunner.Infrastructure.AspClient

상속: IAspClient
파일 보기 프로젝트 열기: mhenry07/ASPUnitRunner 1 사용 예제들

공개 메소드들

메소드 설명
AspClient ( IWebClientFactory webClientFactory, IResponseDecoder responseDecoder ) : System.Collections.Specialized
PostRequest ( string address, NameValueCollection postValues ) : string

메소드 상세

AspClient() 공개 메소드

public AspClient ( IWebClientFactory webClientFactory, IResponseDecoder responseDecoder ) : System.Collections.Specialized
webClientFactory IWebClientFactory
responseDecoder IResponseDecoder
리턴 System.Collections.Specialized

PostRequest() 공개 메소드

public PostRequest ( string address, NameValueCollection postValues ) : string
address string
postValues System.Collections.Specialized.NameValueCollection
리턴 string