C# 클래스 Blacksmith.Tests.ClientTests.TestClient

상속: Client
파일 보기 프로젝트 열기: khalidabuhakmeh/blacksmith

공개 프로퍼티들

프로퍼티 타입 설명
DeleteResponse string>.Func
DeleteWithBodyResponse Func
GetResponse string>.Func
PostResponse Func

보호된 메소드들

메소드 설명
Delete ( string endpoint ) : string
DeleteWithBody ( string endpoint, string body ) : string
Get ( string endpoint ) : string
Post ( string endpoint, string body ) : string

메소드 상세

Delete() 보호된 메소드

protected Delete ( string endpoint ) : string
endpoint string
리턴 string

DeleteWithBody() 보호된 메소드

protected DeleteWithBody ( string endpoint, string body ) : string
endpoint string
body string
리턴 string

Get() 보호된 메소드

protected Get ( string endpoint ) : string
endpoint string
리턴 string

Post() 보호된 메소드

protected Post ( string endpoint, string body ) : string
endpoint string
body string
리턴 string

프로퍼티 상세

DeleteResponse 공개적으로 프로퍼티

public Func DeleteResponse
리턴 string>.Func

DeleteWithBodyResponse 공개적으로 프로퍼티

public Func DeleteWithBodyResponse
리턴 Func

GetResponse 공개적으로 프로퍼티

public Func GetResponse
리턴 string>.Func

PostResponse 공개적으로 프로퍼티

public Func PostResponse
리턴 Func