C# Class Backstop.Samples.RestReports.ReportClient

Afficher le fichier Open project: backstop/SampleRestReportAPIClient Class Usage Examples

Méthodes publiques

Méthode Description
ConvertSoapPathToRest ( string path, string method ) : Uri
Invoke ( ) : string
InvokeAsync ( ) : Task
ReportClient ( ) : System

Private Methods

Méthode Description
CreateClient ( ) : RestSharp.RestClient
CreateRequest ( ) : RestRequest

Method Details

ConvertSoapPathToRest() public static méthode

public static ConvertSoapPathToRest ( string path, string method ) : Uri
path string
method string
Résultat System.Uri

Invoke() public méthode

public Invoke ( ) : string
Résultat string

InvokeAsync() public méthode

public InvokeAsync ( ) : Task
Résultat Task

ReportClient() public méthode

public ReportClient ( ) : System
Résultat System