Skip to content

ProtocolBase Class

sequenze edited this page Jun 15, 2017 · 2 revisions

Provides a basic template for communication primitives. This is an abstract class.

Inheritance Hierarchy

Object

Syntax

public abstract class ProtocolBase : IProtocol

Methods

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.

See Also

IProtocol, IEncoder, IMessage

Clone this wiki locally