Show / Hide Table of Contents

    Delegate NewConnectionDelegate

    Represents a delegate to call when a new connection is enstablished.

    Namespace: Fibula.Communications.Contracts.Delegates
    Assembly: Fibula.Communications.Contracts.dll
    Syntax
    public delegate void NewConnectionDelegate(IConnection connection);
    Parameters
    Type Name Description
    IConnection connection

    The connection that was opened.

    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.