C# Класс AspUnitRunner.Infrastructure.AspClient

Наследование: IAspClient
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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