C# Класс Microsoft.Protocols.TestSuites.MS_WSSREST.MS_WSSREST

The proxy of MS-WSSREST protocol.
Показать файл Открыть проект

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

Метод Описание
Initialize ( ITestSite site ) : void

Initialize the instance of ITestSite.

SendMessage ( HttpMethod method, Request request ) : HttpWebResponse

Send http request with specified method and header to get the corresponding response.

Описание методов

Initialize() публичный Метод

Initialize the instance of ITestSite.
public Initialize ( ITestSite site ) : void
site ITestSite A object provides logging, assertions, and SUT adapters for test code onto its execution context.
Результат void

SendMessage() публичный Метод

Send http request with specified method and header to get the corresponding response.
public SendMessage ( HttpMethod method, Request request ) : HttpWebResponse
method HttpMethod Http request method.
request Request The header and content.
Результат System.Net.HttpWebResponse