C# Class NSwag.Integration.ClientPCL.GeoClient

Inheritance: ClientBase
Afficher le fichier Open project: NSwag/NSwag

Méthodes publiques

Méthode 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

Méthode Description
PrepareRequest ( System request, string &url ) : void
ProcessResponse ( System request, System response ) : void

Method Details

AddPolygonAsync() public méthode

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

AddPolygonAsync() public méthode

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.
Résultat System.Threading.Tasks.Task

FromBodyTestAsync() public méthode

A server side error occurred.
public FromBodyTestAsync ( GeoPoint location ) : System.Threading.Tasks.Task
location GeoPoint
Résultat System.Threading.Tasks.Task

FromBodyTestAsync() public méthode

A server side error occurred.
public FromBodyTestAsync ( GeoPoint location, System cancellationToken ) : System.Threading.Tasks.Task
location GeoPoint
cancellationToken System A cancellation token that can be used by other objects or threads to receive notice of cancellation.
Résultat System.Threading.Tasks.Task

FromUriTestAsync() public méthode

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

FromUriTestAsync() public méthode

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.
Résultat System.Threading.Tasks.Task

GetUploadedFileAsync() public méthode

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

GetUploadedFileAsync() public méthode

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.
Résultat System.Threading.Tasks.Task

RefreshAsync() public méthode

A server side error occurred.
public RefreshAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

RefreshAsync() public méthode

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.
Résultat System.Threading.Tasks.Task

SaveItemsAsync() public méthode

A server side error occurred.
public SaveItemsAsync ( GenericRequestOfAddressAndPerson request ) : System.Threading.Tasks.Task
request GenericRequestOfAddressAndPerson
Résultat System.Threading.Tasks.Task

SaveItemsAsync() public méthode

A server side error occurred.
public SaveItemsAsync ( GenericRequestOfAddressAndPerson request, System cancellationToken ) : System.Threading.Tasks.Task
request GenericRequestOfAddressAndPerson
cancellationToken System A cancellation token that can be used by other objects or threads to receive notice of cancellation.
Résultat System.Threading.Tasks.Task

UploadFileAsync() public méthode

A server side error occurred.
public UploadFileAsync ( FileParameter file ) : System.Threading.Tasks.Task
file FileParameter
Résultat System.Threading.Tasks.Task

UploadFileAsync() public méthode

A server side error occurred.
public UploadFileAsync ( FileParameter file, System cancellationToken ) : System.Threading.Tasks.Task
file FileParameter
cancellationToken System A cancellation token that can be used by other objects or threads to receive notice of cancellation.
Résultat System.Threading.Tasks.Task

UploadFilesAsync() public méthode

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

UploadFilesAsync() public méthode

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.
Résultat System.Threading.Tasks.Task