Class WireFormatNegotiator
public class WireFormatNegotiator : TransportFilter, ITransport, IStartable, IDisposable, IStoppable
- Inheritance
-
WireFormatNegotiator
- Implements
-
IStartableIStoppable
- Inherited Members
Constructors
WireFormatNegotiator(ITransport, OpenWireFormat)
public WireFormatNegotiator(ITransport next, OpenWireFormat wireFormat)
Parameters
next
ITransportwireFormat
OpenWireFormat
Methods
Dispose(bool)
protected override void Dispose(bool disposing)
Parameters
disposing
bool
OnCommand(ITransport, Command)
protected override void OnCommand(ITransport sender, Command command)
Parameters
sender
ITransportcommand
Command
OnException(ITransport, Exception)
protected override void OnException(ITransport sender, Exception command)
Parameters
sender
ITransportcommand
Exception
Oneway(Command)
public override void Oneway(Command command)
Parameters
command
Command
Start()
public override void Start()