C# 클래스 NSwag.Integration.Console.GeoClient

파일 보기 프로젝트 열기: NSwag/NSwag

공개 메소드들

메소드 설명
AddPolygonAsync ( System points ) : System.Threading.Tasks.Task
AddPolygonAsync ( System points, System cancellationToken ) : System.Threading.Tasks.Task
FromBodyTestAsync ( GeoPoint location ) : System.Threading.Tasks.Task
FromBodyTestAsync ( GeoPoint location, System cancellationToken ) : System.Threading.Tasks.Task
FromUriTestAsync ( double latitude, double longitude ) : System.Threading.Tasks.Task
FromUriTestAsync ( double latitude, double longitude, System cancellationToken ) : System.Threading.Tasks.Task
GetUploadedFileAsync ( int id, bool @override ) : System.Threading.Tasks.Task
GetUploadedFileAsync ( int id, bool @override, System cancellationToken ) : System.Threading.Tasks.Task
RefreshAsync ( ) : System.Threading.Tasks.Task
RefreshAsync ( System cancellationToken ) : System.Threading.Tasks.Task
SaveItemsAsync ( GenericRequestOfAddressAndPerson request ) : System.Threading.Tasks.Task
SaveItemsAsync ( GenericRequestOfAddressAndPerson request, System cancellationToken ) : System.Threading.Tasks.Task
UploadFileAsync ( FileParameter file ) : System.Threading.Tasks.Task
UploadFileAsync ( FileParameter file, System cancellationToken ) : System.Threading.Tasks.Task
UploadFilesAsync ( System files ) : System.Threading.Tasks.Task
UploadFilesAsync ( System files, System cancellationToken ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
PrepareRequest ( System request, string &url ) : void
ProcessResponse ( System request, System response ) : void

메소드 상세

AddPolygonAsync() 공개 메소드

A server side error occurred.
public AddPolygonAsync ( System points ) : System.Threading.Tasks.Task
points System
리턴 System.Threading.Tasks.Task

AddPolygonAsync() 공개 메소드

A server side error occurred.
public AddPolygonAsync ( System points, System cancellationToken ) : System.Threading.Tasks.Task
points System
cancellationToken System A cancellation token that can be used by other objects or threads to receive notice of cancellation.
리턴 System.Threading.Tasks.Task

FromBodyTestAsync() 공개 메소드

A server side error occurred.
public FromBodyTestAsync ( GeoPoint location ) : System.Threading.Tasks.Task
location NSwag.Integration.Console.Contracts.GeoPoint
리턴 System.Threading.Tasks.Task

FromBodyTestAsync() 공개 메소드

A server side error occurred.
public FromBodyTestAsync ( GeoPoint location, System cancellationToken ) : System.Threading.Tasks.Task
location NSwag.Integration.Console.Contracts.GeoPoint
cancellationToken System A cancellation token that can be used by other objects or threads to receive notice of cancellation.
리턴 System.Threading.Tasks.Task

FromUriTestAsync() 공개 메소드

A server side error occurred.
public FromUriTestAsync ( double latitude, double longitude ) : System.Threading.Tasks.Task
latitude double
longitude double
리턴 System.Threading.Tasks.Task

FromUriTestAsync() 공개 메소드

A server side error occurred.
public FromUriTestAsync ( double latitude, double longitude, System cancellationToken ) : System.Threading.Tasks.Task
latitude double
longitude double
cancellationToken System A cancellation token that can be used by other objects or threads to receive notice of cancellation.
리턴 System.Threading.Tasks.Task

GetUploadedFileAsync() 공개 메소드

A server side error occurred.
public GetUploadedFileAsync ( int id, bool @override ) : System.Threading.Tasks.Task
id int
@override bool
리턴 System.Threading.Tasks.Task

GetUploadedFileAsync() 공개 메소드

A server side error occurred.
public GetUploadedFileAsync ( int id, bool @override, System cancellationToken ) : System.Threading.Tasks.Task
id int
@override bool
cancellationToken System A cancellation token that can be used by other objects or threads to receive notice of cancellation.
리턴 System.Threading.Tasks.Task

RefreshAsync() 공개 메소드

A server side error occurred.
public RefreshAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

RefreshAsync() 공개 메소드

A server side error occurred.
public RefreshAsync ( System cancellationToken ) : System.Threading.Tasks.Task
cancellationToken System A cancellation token that can be used by other objects or threads to receive notice of cancellation.
리턴 System.Threading.Tasks.Task

SaveItemsAsync() 공개 메소드

A server side error occurred.
public SaveItemsAsync ( GenericRequestOfAddressAndPerson request ) : System.Threading.Tasks.Task
request NSwag.Integration.Console.Contracts.GenericRequestOfAddressAndPerson
리턴 System.Threading.Tasks.Task

SaveItemsAsync() 공개 메소드

A server side error occurred.
public SaveItemsAsync ( GenericRequestOfAddressAndPerson request, System cancellationToken ) : System.Threading.Tasks.Task
request NSwag.Integration.Console.Contracts.GenericRequestOfAddressAndPerson
cancellationToken System A cancellation token that can be used by other objects or threads to receive notice of cancellation.
리턴 System.Threading.Tasks.Task

UploadFileAsync() 공개 메소드

A server side error occurred.
public UploadFileAsync ( FileParameter file ) : System.Threading.Tasks.Task
file NSwag.Integration.Console.Contracts.FileParameter
리턴 System.Threading.Tasks.Task

UploadFileAsync() 공개 메소드

A server side error occurred.
public UploadFileAsync ( FileParameter file, System cancellationToken ) : System.Threading.Tasks.Task
file NSwag.Integration.Console.Contracts.FileParameter
cancellationToken System A cancellation token that can be used by other objects or threads to receive notice of cancellation.
리턴 System.Threading.Tasks.Task

UploadFilesAsync() 공개 메소드

A server side error occurred.
public UploadFilesAsync ( System files ) : System.Threading.Tasks.Task
files System
리턴 System.Threading.Tasks.Task

UploadFilesAsync() 공개 메소드

A server side error occurred.
public UploadFilesAsync ( System files, System cancellationToken ) : System.Threading.Tasks.Task
files System
cancellationToken System A cancellation token that can be used by other objects or threads to receive notice of cancellation.
리턴 System.Threading.Tasks.Task