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