Class BaseListenerOptions
Class that represents options for any of the listeners.
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: Fibula.Communications.Listeners
Assembly: Fibula.Communications.dll
Syntax
public abstract class BaseListenerOptions
Properties
| Improve this Doc View SourcePort
Gets or sets the port to listen to.
Declaration
public abstract ushort? Port { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.UInt16> |