C# Class AspUnitRunner.Infrastructure.AspClient

Inheritance: IAspClient
Datei anzeigen Open project: mhenry07/ASPUnitRunner Class Usage Examples

Public Methods

Method Description
AspClient ( IWebClientFactory webClientFactory, IResponseDecoder responseDecoder ) : System.Collections.Specialized
PostRequest ( string address, NameValueCollection postValues ) : string

Method Details

AspClient() public method

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

PostRequest() public method

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