C# 클래스 pokitdokcsharp.ResponseData

Store http response headers, body and status code
파일 보기 프로젝트 열기: pokitdok/pokitdok-csharp 1 사용 예제들

공개 메소드들

메소드 설명
ResponseData ( ) : System

Initializes a new instance of the pokitdokcsharp.ResponseData class.

init ( ) : void

Init this instance.

메소드 상세

ResponseData() 공개 메소드

Initializes a new instance of the pokitdokcsharp.ResponseData class.
public ResponseData ( ) : System
리턴 System

init() 공개 메소드

Init this instance.
public init ( ) : void
리턴 void