-
Notifications
You must be signed in to change notification settings - Fork 2
ProtocolBase Class
sequenze edited this page Jun 15, 2017
·
2 revisions
Provides a basic template for communication primitives. This is an abstract class.
Object
public abstract class ProtocolBase : IProtocol| Name | Description |
|---|---|
| Receive(IEncoder) | Template method returning a decoded message. |
| Send(IMessage,IEncoder) | Template method for sending an encoded message. |
| Close() | Closes the communication with the endpoint. |