Show / Hide Table of Contents

    Class UdpChannelFactoryBase

    Inheritance
    System.Object
    UdpChannelFactoryBase
    UdpClientChannelFactory
    UdpServerChannelFactory
    Inherited Members
    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 UdpChannelFactoryBase

    Properties

    | Improve this Doc View Source

    HandlerGenerationFunction

    Declaration
    protected abstract Func<List<IChannelHandler>> HandlerGenerationFunction { get; }
    Property Value
    Type Description
    System.Func<System.Collections.Generic.List<IChannelHandler>>

    Methods

    | Improve this Doc View Source

    BootStrapChannel(IEventLoopGroupFactory, IPAddress, Int32)

    Declaration
    protected Task<IChannel> BootStrapChannel(IEventLoopGroupFactory handlerEventLoopGroupFactory, IPAddress address, int port)
    Parameters
    Type Name Description
    IEventLoopGroupFactory handlerEventLoopGroupFactory
    System.Net.IPAddress address
    System.Int32 port
    Returns
    Type Description
    System.Threading.Tasks.Task<IChannel>
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network