Skip to content

IProtocol Interface

sequenze edited this page Jun 15, 2017 · 2 revisions

Defines the functionality for communication primitives.

Inheritance Hierarchy

Object

Syntax

public abstract interface IProtocol

Methods

Name                                       Description
Receive(IEncoder) Defines a mechanism to return a decoded message.
Send(IMessage,IEncoder) Defines a mechanism to encode and send an message.
Close() Defines a mechanism to close the communication with the endpoint.

See Also

IEncoder, IMessage

Clone this wiki locally