C# Class postmarkspamcheck.HttpClient

Inheritance: IHttpClient
Afficher le fichier Open project: smoak/postmark-spamcheck

Méthodes publiques

Méthode Description
Post ( string uri, string postBody, string accept = null, string contentType = null ) : IHttpResponse

Method Details

Post() public méthode

public Post ( string uri, string postBody, string accept = null, string contentType = null ) : IHttpResponse
uri string
postBody string
accept string
contentType string
Résultat IHttpResponse