Dreamine.Communication.Wpf 1.0.2
Dreamine.Communication.Wpf 통신 기능과 관련 API를 제공합니다.
로딩중...
검색중...
일치하는것 없음
Dreamine.Communication.Wpf.Models.CommunicationMessageLogItem 클래스 참조sealed

더 자세히 ...

속성

DateTimeOffset CreatedAt = DateTimeOffset.Now [get]
string ChannelName = string.Empty [get]
TransportKind Kind [get]
string Direction = string.Empty [get]
string MessageName = string.Empty [get]
string Route = string.Empty [get]
int PayloadLength [get]
string PayloadPreview = string.Empty [get]

상세한 설명

WPF 화면에 표시할 통신 메시지 로그의 메타데이터와 페이로드 미리보기를 보관합니다.

CommunicationMessageLogItem.cs 파일의 13 번째 라인에서 정의되었습니다.

속성 문서화

◆ ChannelName

string Dreamine.Communication.Wpf.Models.CommunicationMessageLogItem.ChannelName = string.Empty
get

메시지를 송수신한 채널 이름을 가져옵니다.

CommunicationMessageLogItem.cs 파일의 33 번째 라인에서 정의되었습니다.

33{ get; init; } = string.Empty;

◆ CreatedAt

DateTimeOffset Dreamine.Communication.Wpf.Models.CommunicationMessageLogItem.CreatedAt = DateTimeOffset.Now
get

로그가 생성된 로컬 시각을 가져옵니다.

CommunicationMessageLogItem.cs 파일의 23 번째 라인에서 정의되었습니다.

23{ get; init; } = DateTimeOffset.Now;

◆ Direction

string Dreamine.Communication.Wpf.Models.CommunicationMessageLogItem.Direction = string.Empty
get

송신 또는 수신 방향 표시를 가져옵니다.

CommunicationMessageLogItem.cs 파일의 53 번째 라인에서 정의되었습니다.

53{ get; init; } = string.Empty;

◆ Kind

TransportKind Dreamine.Communication.Wpf.Models.CommunicationMessageLogItem.Kind
get

메시지의 전송 방식을 가져옵니다.

CommunicationMessageLogItem.cs 파일의 43 번째 라인에서 정의되었습니다.

43{ get; init; }

◆ MessageName

string Dreamine.Communication.Wpf.Models.CommunicationMessageLogItem.MessageName = string.Empty
get

메시지의 논리적 이름을 가져옵니다.

CommunicationMessageLogItem.cs 파일의 63 번째 라인에서 정의되었습니다.

63{ get; init; } = string.Empty;

◆ PayloadLength

int Dreamine.Communication.Wpf.Models.CommunicationMessageLogItem.PayloadLength
get

페이로드 크기(바이트)를 가져옵니다.

CommunicationMessageLogItem.cs 파일의 83 번째 라인에서 정의되었습니다.

83{ get; init; }

◆ PayloadPreview

string Dreamine.Communication.Wpf.Models.CommunicationMessageLogItem.PayloadPreview = string.Empty
get

화면 표시용 페이로드 미리보기를 가져옵니다.

CommunicationMessageLogItem.cs 파일의 93 번째 라인에서 정의되었습니다.

93{ get; init; } = string.Empty;

◆ Route

string Dreamine.Communication.Wpf.Models.CommunicationMessageLogItem.Route = string.Empty
get

메시지 라우트를 가져옵니다.

CommunicationMessageLogItem.cs 파일의 73 번째 라인에서 정의되었습니다.

73{ get; init; } = string.Empty;

이 클래스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: