C# Класс postmarkspamcheck.HttpClient

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

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

Метод Описание
Post ( string uri, string postBody, string accept = null, string contentType = null ) : IHttpResponse

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

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

public Post ( string uri, string postBody, string accept = null, string contentType = null ) : IHttpResponse
uri string
postBody string
accept string
contentType string
Результат IHttpResponse