Class Bootstrap
Inheritance
System.Object
Bootstrap
Implements
Namespace: Catalyst.Core.Lib.IO.Transport.Bootstrapping
Assembly: Catalyst.Core.Lib.dll
Syntax
public sealed class Bootstrap : DotNetty.Transport.Bootstrapping.Bootstrap, IServerBootstrap
Constructors
| Improve this Doc View SourceBootstrap()
Declaration
public Bootstrap()
Methods
| Improve this Doc View SourceBindAsync(IPAddress, Int32)
Declaration
public Task<IChannel> BindAsync(IPAddress ipAddress, int port)
Parameters
Type | Name | Description |
---|---|---|
System.Net.IPAddress | ipAddress | |
System.Int32 | port |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<IChannel> |