Search Results for

    Show / Hide Table of Contents

    Struct Tcp.ServerBinding

    Represents a successful TCP server binding.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Akka.Streams.Dsl
    Assembly: Akka.Streams.dll
    Syntax
    public readonly struct Tcp.ServerBinding

    Constructors

    | Edit this page View Source

    ServerBinding(EndPoint, Func<Task>)

    Initializes a new instance of the Tcp.ServerBinding class.

    Declaration
    public ServerBinding(EndPoint localAddress, Func<Task> unbindAction)
    Parameters
    Type Name Description
    EndPoint localAddress

    TBD

    Func<Task> unbindAction

    TBD

    Fields

    | Edit this page View Source

    LocalAddress

    TBD

    Declaration
    public readonly EndPoint LocalAddress
    Field Value
    Type Description
    EndPoint

    Methods

    | Edit this page View Source

    Unbind()

    TBD

    Declaration
    public Task Unbind()
    Returns
    Type Description
    Task

    TBD

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET