C# 클래스 FlexiWebSDK.FlexiWebClient

파일 보기 프로젝트 열기: FlexiDB/PublicCSharpLib

보호된 프로퍼티들

프로퍼티 타입 설명
_cryptProvider ICryptProvider
_jsonProvider IJsonProvider
_requestProvider IRequestProvider
apiKey string
apiUrl string

공개 메소드들

메소드 설명
FlexiWebClient ( ) : System

보호된 메소드들

메소드 설명
CheckResultRequest ( string json ) : void
FlexiWebClient ( ICryptProvider crypt, IRequestProvider requestProvider, IJsonProvider jsonProvider ) : System

비공개 메소드들

메소드 설명
ExecRequest ( string endpoint, XHttpMethod httpMethod, string httpData = null, bool encode = true, byte fileBytes = null, string fieldName = null, string fileName = null ) : string
ExecRequestAsync ( string endpoint, XHttpMethod httpMethod, string httpData = null, bool encode = true, byte fileBytes = null, string fieldName = null, string fileName = null ) : Task

메소드 상세

CheckResultRequest() 보호된 메소드

protected CheckResultRequest ( string json ) : void
json string
리턴 void

FlexiWebClient() 공개 메소드

public FlexiWebClient ( ) : System
리턴 System

FlexiWebClient() 보호된 메소드

protected FlexiWebClient ( ICryptProvider crypt, IRequestProvider requestProvider, IJsonProvider jsonProvider ) : System
crypt ICryptProvider
requestProvider IRequestProvider
jsonProvider IJsonProvider
리턴 System

프로퍼티 상세

_cryptProvider 보호되어 있는 프로퍼티

protected ICryptProvider _cryptProvider
리턴 ICryptProvider

_jsonProvider 보호되어 있는 프로퍼티

protected IJsonProvider _jsonProvider
리턴 IJsonProvider

_requestProvider 보호되어 있는 프로퍼티

protected IRequestProvider _requestProvider
리턴 IRequestProvider

apiKey 보호되어 있는 프로퍼티

protected string apiKey
리턴 string

apiUrl 보호되어 있는 프로퍼티

protected string apiUrl
리턴 string