C# Class postmarkspamcheck.HttpClient

Inheritance: IHttpClient
Show file Open project: smoak/postmark-spamcheck

Public Methods

Method Description
Post ( string uri, string postBody, string accept = null, string contentType = null ) : IHttpResponse

Method Details

Post() public method

public Post ( string uri, string postBody, string accept = null, string contentType = null ) : IHttpResponse
uri string
postBody string
accept string
contentType string
return IHttpResponse