C# 클래스 postmarkspamcheck.HttpClient

상속: IHttpClient
파일 보기 프로젝트 열기: smoak/postmark-spamcheck

공개 메소드들

메소드 설명
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