Interface IChannelFactory
Assembly: Catalyst.Abstractions.dll
Syntax
public interface IChannelFactory
Methods
|
Improve this Doc
View Source
BuildChannel(IEventLoopGroupFactory, IPAddress, Int32, X509Certificate2)
Declaration
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