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

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

공개 메소드들

메소드 설명
RequestMessage ( ) : System
Write ( Stream stream ) : void

보호된 메소드들

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

메소드 상세

CalculateBodySize() 보호된 추상적인 메소드

protected abstract CalculateBodySize ( BsonWriter writer ) : int
writer BsonWriter
리턴 int

RequestMessage() 공개 메소드

public RequestMessage ( ) : System
리턴 System

Write() 공개 메소드

public Write ( Stream stream ) : void
stream Stream
리턴 void

WriteBody() 보호된 추상적인 메소드

protected abstract WriteBody ( BsonWriter writer ) : void
writer BsonWriter
리턴 void