Interface IServerBootstrap
Namespace: Catalyst.Abstractions.IO.Transport.Bootstrapping
Assembly: Catalyst.Abstractions.dll
Syntax
public interface IServerBootstrap
Methods
| Improve this Doc View SourceBindAsync(IPAddress, Int32)
Declaration
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> |