C# 클래스 Preact.Helpers.ApiLogger

파일 보기 프로젝트 열기: preact/preact-dotnet

공개 메소드들

메소드 설명
ApiLogger ( string projectCode, string projectApiSecret, string url, string method, string>.List items ) : System
Send ( ) : void

비공개 메소드들

메소드 설명
RequestCallback ( IAsyncResult asyncResult ) : void
ResponseCallback ( IAsyncResult asyncResult ) : void
TimeoutCallback ( object state, bool timedOut ) : void

메소드 상세

ApiLogger() 공개 메소드

public ApiLogger ( string projectCode, string projectApiSecret, string url, string method, string>.List items ) : System
projectCode string
projectApiSecret string
url string
method string
items string>.List
리턴 System

Send() 공개 메소드

public Send ( ) : void
리턴 void