C# Class Microsoft.R.Host.Client.BrokerServices.ProfileWebService

Inheritance: WebService, IProfileWebService
Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

Méthode Description
DeleteAsync ( CancellationToken cancellationToken = default(CancellationToken) ) : Task
ProfileWebService ( HttpClient httpClient, ICredentialsDecorator credentialsDecorator ) : System

Method Details

DeleteAsync() public méthode

public DeleteAsync ( CancellationToken cancellationToken = default(CancellationToken) ) : Task
cancellationToken System.Threading.CancellationToken
Résultat Task

ProfileWebService() public méthode

public ProfileWebService ( HttpClient httpClient, ICredentialsDecorator credentialsDecorator ) : System
httpClient System.Net.Http.HttpClient
credentialsDecorator ICredentialsDecorator
Résultat System