Show / Hide Table of Contents

    Class BaseListenerOptions

    Class that represents options for any of the listeners.

    Inheritance
    System.Object
    BaseListenerOptions
    GameListenerOptions
    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 abstract class BaseListenerOptions

    Properties

    | Improve this Doc View Source

    Port

    Gets or sets the port to listen to.

    Declaration
    public abstract ushort? Port { get; set; }
    Property Value
    Type Description
    System.Nullable<System.UInt16>

    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.