C# Class SentinelApi.HttpService

This class represents the HTTP service with all HTTP methods.
显示文件 Open project: tempestsecurity/sentinel-sdk-dotnet

Public Methods

Method Description
Configure ( string uri, string key, string secret ) : void
DoRequest ( HttpMethod httpMethod, string path, string content ) : HttpResponse

Method Details

Configure() public method

public Configure ( string uri, string key, string secret ) : void
uri string
key string
secret string
return void

DoRequest() public method

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