C# Class NSwag.Integration.Console.GeoClient

ファイルを表示 Open project: NSwag/NSwag

Public Methods

Method Description
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

Private Methods

Method Description
PrepareRequest ( System request, string &url ) : void
ProcessResponse ( System request, System response ) : void

Method Details

AddPolygonAsync() public method

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

AddPolygonAsync() public method

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.
return System.Threading.Tasks.Task

FromBodyTestAsync() public method

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

FromBodyTestAsync() public method

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.
return System.Threading.Tasks.Task

FromUriTestAsync() public method

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

FromUriTestAsync() public method

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.
return System.Threading.Tasks.Task

GetUploadedFileAsync() public method

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

GetUploadedFileAsync() public method

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.
return System.Threading.Tasks.Task

RefreshAsync() public method

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

RefreshAsync() public method

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.
return System.Threading.Tasks.Task

SaveItemsAsync() public method

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

SaveItemsAsync() public method

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.
return System.Threading.Tasks.Task

UploadFileAsync() public method

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

UploadFileAsync() public method

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.
return System.Threading.Tasks.Task

UploadFilesAsync() public method

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

UploadFilesAsync() public method

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.
return System.Threading.Tasks.Task