Show / Hide Table of Contents

    Class UdpClientChannelFactory

    Inheritance
    System.Object
    UdpChannelFactoryBase
    UdpClientChannelFactory
    PeerClientChannelFactory
    Implements
    IUdpClientChannelFactory
    IChannelFactory
    Inherited Members
    UdpChannelFactoryBase.HandlerGenerationFunction
    UdpChannelFactoryBase.BootStrapChannel(IEventLoopGroupFactory, IPAddress, Int32)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Catalyst.Core.Lib.IO.Transport.Channels
    Assembly: Catalyst.Core.Lib.dll
    Syntax
    public abstract class UdpClientChannelFactory : UdpChannelFactoryBase, IUdpClientChannelFactory, IChannelFactory

    Methods

    | Improve this Doc View Source

    BuildChannel(IEventLoopGroupFactory, IPAddress, Int32, X509Certificate2)

    Declaration
    public abstract Task<IObservableChannel> BuildChannel(IEventLoopGroupFactory handlerEventLoopGroupFactory, IPAddress targetAddress, int targetPort, X509Certificate2 certificate = null)
    Parameters
    Type Name Description
    IEventLoopGroupFactory handlerEventLoopGroupFactory
    System.Net.IPAddress targetAddress
    System.Int32 targetPort

    Ignored

    System.Security.Cryptography.X509Certificates.X509Certificate2 certificate

    Ignored

    Returns
    Type Description
    System.Threading.Tasks.Task<IObservableChannel>

    Implements

    IUdpClientChannelFactory
    IChannelFactory
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network