Class 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 UdpServerChannelFactory : UdpChannelFactoryBase, IUdpServerChannelFactory, IChannelFactory
Methods
| Improve this Doc View SourceBuildChannel(IEventLoopGroupFactory, IPAddress, Int32, X509Certificate2)
Declaration
public abstract 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
Type | Description |
---|---|
System.Threading.Tasks.Task<IObservableChannel> |