C# 클래스 Tempest.Message

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

공개 메소드들

메소드 설명
ReadPayload ( ISerializationContext context, IValueReader reader ) : void

Reads the message payload with reader.

WritePayload ( ISerializationContext context, IValueWriter writer ) : void

Writes the message payload with writer.

보호된 메소드들

메소드 설명
Message ( Protocol protocol, ushort messageType ) : System

메소드 상세

Message() 보호된 메소드

protected Message ( Protocol protocol, ushort messageType ) : System
protocol Protocol
messageType ushort
리턴 System

ReadPayload() 공개 추상적인 메소드

Reads the message payload with reader.
is null.
public abstract ReadPayload ( ISerializationContext context, IValueReader reader ) : void
context ISerializationContext
reader IValueReader The reader to use for reading the payload.
리턴 void

WritePayload() 공개 추상적인 메소드

Writes the message payload with writer.
is null.
public abstract WritePayload ( ISerializationContext context, IValueWriter writer ) : void
context ISerializationContext
writer IValueWriter The writer to use for writing the payload.
리턴 void