C# 클래스 FileFind.Meshwork.DebugInfo

파일 보기 프로젝트 열기: codebutler/meshwork 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Content Message
Direction MessageDirection
FromID string
FromIP string

공개 메소드들

메소드 설명
DebugInfo ( )
DebugInfo ( MessageDirection Direction, string FromID, string FromIP, Message Content )

메소드 상세

DebugInfo() 공개 메소드

public DebugInfo ( )

DebugInfo() 공개 메소드

public DebugInfo ( MessageDirection Direction, string FromID, string FromIP, Message Content )
Direction MessageDirection
FromID string
FromIP string
Content Message

프로퍼티 상세

Content 공개적으로 프로퍼티

public Message,FileFind.Meshwork Content
리턴 Message

Direction 공개적으로 프로퍼티

public MessageDirection Direction
리턴 MessageDirection

FromID 공개적으로 프로퍼티

public string FromID
리턴 string

FromIP 공개적으로 프로퍼티

public string FromIP
리턴 string