Creates a new ServerProtocolSetup with a specified channel factory method.
Declaring type: ServerProtocolSetup
Namespace: Zyan.Communication.Protocols
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public static IServerProtocolSetup WithChannel (
        Func<IDictionary, IClientChannelSinkProvider, IServerChannelSinkProvider, IChannel> channelFactory
) 
Parameters
channelFactory
Delegate to channel factory method
Return Value

There is no description.