C# 클래스 Backstop.Samples.RestReports.ReportClient

파일 보기 프로젝트 열기: backstop/SampleRestReportAPIClient 1 사용 예제들

공개 메소드들

메소드 설명
ConvertSoapPathToRest ( string path, string method ) : Uri
Invoke ( ) : string
InvokeAsync ( ) : Task
ReportClient ( ) : System

비공개 메소드들

메소드 설명
CreateClient ( ) : RestSharp.RestClient
CreateRequest ( ) : RestRequest

메소드 상세

ConvertSoapPathToRest() 공개 정적인 메소드

public static ConvertSoapPathToRest ( string path, string method ) : Uri
path string
method string
리턴 System.Uri

Invoke() 공개 메소드

public Invoke ( ) : string
리턴 string

InvokeAsync() 공개 메소드

public InvokeAsync ( ) : Task
리턴 Task

ReportClient() 공개 메소드

public ReportClient ( ) : System
리턴 System