Creates a new instance of the ServerProtocolSetup class.
Declaring type: ServerProtocolSetup
Namespace: Zyan.Communication.Protocols
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public ServerProtocolSetup (
        Func<IDictionary, IClientChannelSinkProvider, IServerChannelSinkProvider, IChannel> channelFactory
) 
Parameters
channelFactory
Delegate to channel factory method