C# 클래스 SentinelApiTest.HttpServiceMock

상속: SentinelApi.HttpService
파일 보기 프로젝트 열기: tempestsecurity/sentinel-sdk-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void
DoRequest ( HttpMethod httpMethod, string path, string content ) : HttpResponse
HttpServiceMock ( ) : System.Net.Http

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

DoRequest() 공개 메소드

public DoRequest ( HttpMethod httpMethod, string path, string content ) : HttpResponse
httpMethod HttpMethod
path string
content string
리턴 SentinelApi.HttpResponse

HttpServiceMock() 공개 메소드

public HttpServiceMock ( ) : System.Net.Http
리턴 System.Net.Http