C# Class SentinelApiTest.HttpServiceMock

Inheritance: SentinelApi.HttpService
Afficher le fichier Open project: tempestsecurity/sentinel-sdk-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
Clear ( ) : void
DoRequest ( HttpMethod httpMethod, string path, string content ) : HttpResponse
HttpServiceMock ( ) : System.Net.Http

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

DoRequest() public méthode

public DoRequest ( HttpMethod httpMethod, string path, string content ) : HttpResponse
httpMethod HttpMethod
path string
content string
Résultat SentinelApi.HttpResponse

HttpServiceMock() public méthode

public HttpServiceMock ( ) : System.Net.Http
Résultat System.Net.Http