public WriteMessage ( Message message, int maxMessageSize, System.ServiceModel.Channels.BufferManager bufferManager, int messageOffset ) : ArraySegment |
||
message | Message | Specify the message which is needed to be written into buffer. |
maxMessageSize | int | Specify the max size of the message. |
bufferManager | System.ServiceModel.Channels.BufferManager | Specify the buffer manager. |
messageOffset | int | Specify the offset of the segment that begins from the start of the byte array that provides the buffer. |
return | ArraySegment |
WOPIMessageEncoder::WriteMessage ( Message message, System stream ) : void |