Class TestUtils
Assembly: Akka.Streams.TestKit.dll
Syntax
public static class TestUtils
Methods
|
Improve this Doc
View Source
TemporaryServerAddress(String, Boolean)
Declaration
public static IPEndPoint TemporaryServerAddress(string hostName = "127.0.0.1", bool udp = false)
Parameters
Returns
|
Improve this Doc
View Source
TemporaryServerAddresses(Int32, String, Boolean)
Declaration
public static IEnumerable<IPEndPoint> TemporaryServerAddresses(int numberOfAddresses, string hostName = "127.0.0.1", bool udp = false)
Parameters
Returns