C# Class Nfield.Services.NfieldServiceTestsBase

Afficher le fichier Open project: NIPOSoftware/Nfield-SDK

Méthodes protégées

Méthode Description
CreateTask ( HttpStatusCode httpStatusCode, HttpContent content = null ) : Task
UnwrapAggregateException ( System.Threading.Tasks.Task task ) : void

Private Methods

Méthode Description
CreateHttpClientMock ( Mock mockedNfieldConnection ) : Mock

Method Details

CreateTask() protected méthode

protected CreateTask ( HttpStatusCode httpStatusCode, HttpContent content = null ) : Task
httpStatusCode HttpStatusCode
content System.Net.Http.HttpContent
Résultat Task

UnwrapAggregateException() protected méthode

protected UnwrapAggregateException ( System.Threading.Tasks.Task task ) : void
task System.Threading.Tasks.Task
Résultat void