Class UdpChannelFactoryBase
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 SourceHandlerGenerationFunction
Declaration
protected abstract Func<List<IChannelHandler>> HandlerGenerationFunction { get; }
Property Value
Type | Description |
---|---|
System.Func<System.Collections.Generic.List<IChannelHandler>> |
Methods
| Improve this Doc View SourceBootStrapChannel(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> |