C# 클래스 MongoDB.Driver.IO.MsgMessage

상속: RequestMessage
파일 보기 프로젝트 열기: sdether/mongodb-csharp 1 사용 예제들

공개 메소드들

메소드 설명
MsgMessage ( ) : System

보호된 메소드들

메소드 설명
CalculateBodySize ( BsonWriter writer ) : int
WriteBody ( BsonWriter writer ) : void

메소드 상세

CalculateBodySize() 보호된 메소드

protected CalculateBodySize ( BsonWriter writer ) : int
writer MongoDB.Driver.Bson.BsonWriter
리턴 int

MsgMessage() 공개 메소드

public MsgMessage ( ) : System
리턴 System

WriteBody() 보호된 메소드

protected WriteBody ( BsonWriter writer ) : void
writer MongoDB.Driver.Bson.BsonWriter
리턴 void