Rogue Wave Server Component library for .NET Reference Guide
|
|
MvEndPointMsgEncoder Delegate |
Used to cipher and compress messages exchanged between a
component and a server.
Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 7.0.0.0 (7.0.0.0)
To assign a MvEndPointMsgEncoder to a given component, you must assign the MvEndPointMsgEncoder to the component using the SetIOAdapters(MvEndPointMsgEncoder, MvEndPointMsgDecoder) member function. However, it is your responsibility to set the corresponding encoder on the server side.