Show / Hide Table of Contents

    Class UdpServerChannelFactory

    Inheritance
    System.Object
    UdpChannelFactoryBase
    UdpServerChannelFactory
    PeerServerChannelFactory
    Implements
    IUdpServerChannelFactory
    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 UdpServerChannelFactory : UdpChannelFactoryBase, IUdpServerChannelFactory, IChannelFactory

    Methods

    | Improve this Doc View Source

    BuildChannel(IEventLoopGroupFactory, IPAddress, Int32, X509Certificate2)

    Declaration
    public abstract 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>

    Implements

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