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

There is no description.