C# 클래스 Nfield.Services.NfieldServiceTestsBase

파일 보기 프로젝트 열기: NIPOSoftware/Nfield-SDK

보호된 메소드들

메소드 설명
CreateTask ( HttpStatusCode httpStatusCode, HttpContent content = null ) : Task
UnwrapAggregateException ( System.Threading.Tasks.Task task ) : void

비공개 메소드들

메소드 설명
CreateHttpClientMock ( Mock mockedNfieldConnection ) : Mock

메소드 상세

CreateTask() 보호된 메소드

protected CreateTask ( HttpStatusCode httpStatusCode, HttpContent content = null ) : Task
httpStatusCode HttpStatusCode
content System.Net.Http.HttpContent
리턴 Task

UnwrapAggregateException() 보호된 메소드

protected UnwrapAggregateException ( System.Threading.Tasks.Task task ) : void
task System.Threading.Tasks.Task
리턴 void