nexacro17 X-API for C#  1.0
Manual
Nexacro17.Xapi.Tx.PlatformType 클래스 참조

정적 Public 속성

const string CONTENT_TYPE_XML = "PlatformXml"
 
const string CONTENT_TYPE_BINARY = "PlatformBinary"
 
const string CONTENT_TYPE_HTML = "PlatformHtml"
 
const string CONTENT_TYPE_SSV = "PlatformSsv"
 
const string CONTENT_TYPE_SSV_EXT = "PlatformSsvExt"
 
const string CONTENT_TYPE_MI_XML = "MiXml"
 
const string CONTENT_TYPE_MI_BINARY = "MiBinary"
 
const string PROTOCOL_TYPE_ZLIB = "PlatformZlib"
 
const string HTTP_CONTENT_TYPE_XML = "text/xml"
 
const string HTTP_CONTENT_TYPE_BINARY = "application/octet-stream"
 
const string HTTP_CONTENT_TYPE_HTML = "text/html"
 
static string DEFAULT_CONTENT_TYPE = CONTENT_TYPE_XML
 
static string DEFAULT_HTTP_CONTENT_TYPE = HTTP_CONTENT_TYPE_XML
 
const string DEFAULT_CHAR_SET = "UTF-8"
 

상세한 설명

Platform의 송수신 형식(contentType), 프로토콜 형식(protocolType)과 HTTP의 ContentType 등의 상수를 정의한다.

기 정의된 송수신 형식(contentType)는 다음과 같다.

형 식 설 명
CONTENT_TYPE_XML Platform에서 정의된 XML 형식
CONTENT_TYPE_BINARY Platform에서 정의된 바이너리 형식
CONTENT_TYPE_SSV Platform에서 정의된 SSV 형식
CONTENT_TYPE_MI_XML MiPlatform에서 정의된 XML 형식
CONTENT_TYPE_MI_BINARY MiPlatform에서 정의된 바이너리 형식

기 정의된 프로토콜 형식(protocolType)는 다음과 같다.

형 식 설 명
PROTOCOL_TYPE_ZLIB ZLIB 방식으로 압축
작성자
이근태

멤버 데이터 문서화

◆ CONTENT_TYPE_XML

const string Nexacro17.Xapi.Tx.PlatformType.CONTENT_TYPE_XML = "PlatformXml"
static

XML 형식의 송수신 형식

◆ CONTENT_TYPE_BINARY

const string Nexacro17.Xapi.Tx.PlatformType.CONTENT_TYPE_BINARY = "PlatformBinary"
static

바이너리 형식의 송수신 형식

◆ CONTENT_TYPE_HTML

const string Nexacro17.Xapi.Tx.PlatformType.CONTENT_TYPE_HTML = "PlatformHtml"
static

HTML 형식의 송수신 형식

◆ CONTENT_TYPE_SSV

const string Nexacro17.Xapi.Tx.PlatformType.CONTENT_TYPE_SSV = "PlatformSsv"
static

SSV 형식의 송수신 형식

◆ CONTENT_TYPE_MI_XML

const string Nexacro17.Xapi.Tx.PlatformType.CONTENT_TYPE_MI_XML = "MiXml"
static

MiPlatform XML 형식의 송수신 형식

◆ CONTENT_TYPE_MI_BINARY

const string Nexacro17.Xapi.Tx.PlatformType.CONTENT_TYPE_MI_BINARY = "MiBinary"
static

MiPlatform 바이너리 형식의 송수신 형식

◆ PROTOCOL_TYPE_ZLIB

const string Nexacro17.Xapi.Tx.PlatformType.PROTOCOL_TYPE_ZLIB = "PlatformZlib"
static

ZLIB 압축 방식의 프로토콜 형식

◆ HTTP_CONTENT_TYPE_XML

const string Nexacro17.Xapi.Tx.PlatformType.HTTP_CONTENT_TYPE_XML = "text/xml"
static

XML 형식의 HTTP ContentType

◆ HTTP_CONTENT_TYPE_BINARY

const string Nexacro17.Xapi.Tx.PlatformType.HTTP_CONTENT_TYPE_BINARY = "application/octet-stream"
static

바이너리 형식의 HTTP ContentType

◆ HTTP_CONTENT_TYPE_HTML

const string Nexacro17.Xapi.Tx.PlatformType.HTTP_CONTENT_TYPE_HTML = "text/html"
static

HTML 형식의 HTTP ContentType

◆ DEFAULT_CONTENT_TYPE

string Nexacro17.Xapi.Tx.PlatformType.DEFAULT_CONTENT_TYPE = CONTENT_TYPE_XML
static

Platform 송수신 형식의 기본값. 기본값은 CONTENT_TYPE_XML이다.

◆ DEFAULT_HTTP_CONTENT_TYPE

string Nexacro17.Xapi.Tx.PlatformType.DEFAULT_HTTP_CONTENT_TYPE = HTTP_CONTENT_TYPE_XML
static

HTTP ContentType의 기본값

◆ DEFAULT_CHAR_SET

const string Nexacro17.Xapi.Tx.PlatformType.DEFAULT_CHAR_SET = "UTF-8"
static

기본 문자셋. 기본 문자셋은 "UTF-8"이다.