C# Class CSMongo.Requests.MessageRequest

Sends a message?
Inheritance: RequestBase
Show file Open project: hugoware/CSMongo

Public Methods

Method Description
MessageRequest ( ) : System

Protected Methods

Method Description
GenerateBody ( DynamicStream stream ) : void

Generates the message to send

Method Details

GenerateBody() protected method

Generates the message to send
protected GenerateBody ( DynamicStream stream ) : void
stream CSMongo.IO.DynamicStream
return void

MessageRequest() public method

public MessageRequest ( ) : System
return System