Contains extension methods for client protocol setups.
Declaring type: ClientProtocolSetupExtensions
Namespace: Zyan.Communication.Protocols
Assembly: Zyan.Communication
Collapse/Expand Public Methods
  Name Description
Public Method Static AddChannelSetting Adds a single channel setting.
Public Method Static AddClientSink Adds a specified client sink provider into the client sink chain.
Public Method Static AddClientSinkAfterFormatter Adds a specified client sink provider into the client sink chain after the formatter.
Public Method Static AddClientSinkBeforeFormatter Adds a specified client sink provider into the client sink chain before the formatter.
Public Method Static AddServerSink Adds a specified server sink provider into the server sink chain.
Public Method Static AddServerSinkAfterFormatter Adds a specified server sink provider into the server sink chain after the formatter.
Public Method Static AddServerSinkBeforeFormatter Adds a specified server sink provider into the server sink chain before the formatter.
Public Method Static GetClientFormatter Returns the configured formatter from the client sink chain of a specified client protocol setup.
Public Method Static GetServerFormatter Returns the configured formatter from the server sink chain of a specified client protocol setup.