C# 클래스 SentinelApi.HttpService

This class represents the HTTP service with all HTTP methods.
파일 보기 프로젝트 열기: tempestsecurity/sentinel-sdk-dotnet

공개 메소드들

메소드 설명
Configure ( string uri, string key, string secret ) : void
DoRequest ( HttpMethod httpMethod, string path, string content ) : HttpResponse

메소드 상세

Configure() 공개 메소드

public Configure ( string uri, string key, string secret ) : void
uri string
key string
secret string
리턴 void

DoRequest() 공개 메소드

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