Show / Hide Table of Contents

    Interface IChannelFactory

    Namespace: Catalyst.Abstractions.IO.Transport.Channels
    Assembly: Catalyst.Abstractions.dll
    Syntax
    public interface IChannelFactory

    Methods

    | Improve this Doc View Source

    BuildChannel(IEventLoopGroupFactory, IPAddress, Int32, X509Certificate2)

    Declaration
    Task<IObservableChannel> BuildChannel(IEventLoopGroupFactory eventLoopGroupFactory, IPAddress targetAddress, int targetPort, X509Certificate2 certificate = null)
    Parameters
    Type Name Description
    IEventLoopGroupFactory eventLoopGroupFactory
    System.Net.IPAddress targetAddress
    System.Int32 targetPort
    System.Security.Cryptography.X509Certificates.X509Certificate2 certificate
    Returns
    Type Description
    System.Threading.Tasks.Task<IObservableChannel>
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network