Search Results for

    Show / Hide Table of Contents

    Class TestUtils

    Inheritance
    object
    TestUtils
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Streams.TestKit
    Assembly: Akka.Streams.TestKit.dll
    Syntax
    public static class TestUtils

    Methods

    | Edit this page View Source

    TemporaryServerAddress(string, bool)

    Declaration
    public static IPEndPoint TemporaryServerAddress(string hostName = "127.0.0.1", bool udp = false)
    Parameters
    Type Name Description
    string hostName
    bool udp
    Returns
    Type Description
    IPEndPoint
    | Edit this page View Source

    TemporaryServerAddresses(int, string, bool)

    Declaration
    public static IEnumerable<IPEndPoint> TemporaryServerAddresses(int numberOfAddresses, string hostName = "127.0.0.1", bool udp = false)
    Parameters
    Type Name Description
    int numberOfAddresses
    string hostName
    bool udp
    Returns
    Type Description
    IEnumerable<IPEndPoint>
    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