Show / Hide Table of Contents

    Class GatewayListenerOptions

    Class that represents options for the gateway listener.

    Inheritance
    System.Object
    BaseListenerOptions
    GatewayListenerOptions
    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 class GatewayListenerOptions : BaseListenerOptions

    Properties

    | Improve this Doc View Source

    Port

    Gets or sets the port to listen to.

    Declaration
    [Required(ErrorMessage = "A port for the gateway listener must be speficied.")]
    public override ushort? Port { get; set; }
    Property Value
    Type Description
    System.Nullable<System.UInt16>
    Overrides
    BaseListenerOptions.Port

    Extension Methods

    ObjectExtensions.YieldSingleItem<T>(T)
    ObjectExtensions.GetPropertyValue(Object, String)
    Validate.ThrowIfNull(Object, String)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018-2020 | The Fibula Project
    Generated using DocFX | Jose L. Nuñez de Caceres et al.