Rogue Wave Server Component library for .NET Reference Guide
|
|
TranslationManagerStrEncoder Delegate |
Used when a message is to be sent over the communication layer.
Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 7.0.0.0 (7.0.0.0)
Parameters
- str
- Type: SystemString
The string to be translated to transmission encoding.
Return Value
Type: ByteThe encoded bytes.
The outcoming string is in the str argument
and this delegate should return the buffer that will be sent.