C# 클래스 Brod.Contracts.Requests.Request

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

공개 메소드들

메소드 설명
WriteToStream ( BinaryStream buffer ) : void

보호된 메소드들

메소드 설명
Request ( RequestType requestType ) : Brod.Common

메소드 상세

Request() 보호된 메소드

protected Request ( RequestType requestType ) : Brod.Common
requestType RequestType
리턴 Brod.Common

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

public abstract WriteToStream ( BinaryStream buffer ) : void
buffer Brod.Common.BinaryStream
리턴 void