C# 클래스 Joshilewis.Testing.CallBuilders.PostCallBuilder

상속: CallBuilder
파일 보기 프로젝트 열기: joshilewis/lending 1 사용 예제들

공개 메소드들

메소드 설명
IsPOSTedTo ( string url ) : void
PostCallBuilder ( HttpClient client, Tokeniser tokeniser, AuthenticatedCommand command, bool failIfUnsuccessful ) : System

메소드 상세

IsPOSTedTo() 공개 메소드

public IsPOSTedTo ( string url ) : void
url string
리턴 void

PostCallBuilder() 공개 메소드

public PostCallBuilder ( HttpClient client, Tokeniser tokeniser, AuthenticatedCommand command, bool failIfUnsuccessful ) : System
client System.Net.Http.HttpClient
tokeniser Joshilewis.Infrastructure.Auth.Tokeniser
command Joshilewis.Cqrs.Command.AuthenticatedCommand
failIfUnsuccessful bool
리턴 System