Class TestUtils
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
Returns
|
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