|
Dreamine.Communication.Core 1.0.2
Dreamine.Communication.Core 통신 기능과 관련 API를 제공합니다.
|
속성 | |
| Encoding | Encoding = PlainTextProtocolOptions.CreateEncoding(PlainTextProtocolOptions.Utf8EncodingName) [get] |
| string | DefaultRoute = "external.json" [get] |
| string | DefaultName = "External.Json" [get] |
| bool | NormalizePayloadToUtf8 = true [get] |
원시 JSON 프로토콜 어댑터의 인코딩과 기본 메시지 메타데이터를 구성합니다.
RawJsonProtocolOptions.cs 파일의 13 번째 라인에서 정의되었습니다.
|
get |
JSON에서 이름을 추출하지 못했을 때 사용할 기본 메시지 이름을 가져옵니다.
RawJsonProtocolOptions.cs 파일의 43 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.Communication.Core.Protocols.RawJsonProtocolAdapter.RawJsonProtocolAdapter().
|
get |
JSON에서 라우트를 추출하지 못했을 때 사용할 기본 라우트를 가져옵니다.
RawJsonProtocolOptions.cs 파일의 33 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.Communication.Core.Protocols.RawJsonProtocolAdapter.RawJsonProtocolAdapter().
|
get |
외부 원시 JSON 송수신에 사용할 문자열 인코딩을 가져옵니다.
RawJsonProtocolOptions.cs 파일의 23 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.Communication.Core.Protocols.RawJsonProtocolAdapter.RawJsonProtocolAdapter().
|
get |
디코딩한 JSON 페이로드를 Dreamine 내부 표준 UTF-8로 정규화할지 여부를 가져옵니다.
RawJsonProtocolOptions.cs 파일의 53 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.Communication.Core.Protocols.RawJsonProtocolAdapter.RawJsonProtocolAdapter().