Search Results for

    Show / Hide Table of Contents

    Struct Tcp.OutgoingConnection

    Represents a prospective outgoing TCP connection.

    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.OutgoingConnection

    Constructors

    | Edit this page View Source

    OutgoingConnection(EndPoint, EndPoint)

    Initializes a new instance of the Tcp.OutgoingConnection class.

    Declaration
    public OutgoingConnection(EndPoint remoteAddress, EndPoint localAddress)
    Parameters
    Type Name Description
    EndPoint remoteAddress

    TBD

    EndPoint localAddress

    TBD

    Fields

    | Edit this page View Source

    LocalAddress

    TBD

    Declaration
    public readonly EndPoint LocalAddress
    Field Value
    Type Description
    EndPoint
    | Edit this page View Source

    RemoteAddress

    TBD

    Declaration
    public readonly EndPoint RemoteAddress
    Field Value
    Type Description
    EndPoint

    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