Declares functionality to encode and decode messages used for the communication between channels.
Namespace: Eneter.Messaging.MessagingSystems.ConnectionProtocolsAssembly: Eneter.Messaging.Framework (in Eneter.Messaging.Framework.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax
| C# |
|---|
public interface IProtocolFormatter |
| Visual Basic |
|---|
Public Interface IProtocolFormatter |
| Visual C++ |
|---|
public interface class IProtocolFormatter |
Remarks
Encoded messages are presented as type of object. This interface is used if it is not needed to know
if the encoded messages are byte[] or string.