Click or drag to resize
Akka.NETTestUtilsTemporaryServerAddress Method

[Missing <summary> documentation for "M:Akka.Streams.TestKit.TestUtils.TemporaryServerAddress(System.String,System.Boolean)"]

Namespace:  Akka.Streams.TestKit
Assembly:  Akka.Streams.TestKit (in Akka.Streams.TestKit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static IPEndPoint TemporaryServerAddress(
	string hostName = "127.0.0.1",
	bool udp = false
)

Parameters

hostName (Optional)
Type: SystemString

[Missing <param name="hostName"/> documentation for "M:Akka.Streams.TestKit.TestUtils.TemporaryServerAddress(System.String,System.Boolean)"]

udp (Optional)
Type: SystemBoolean

[Missing <param name="udp"/> documentation for "M:Akka.Streams.TestKit.TestUtils.TemporaryServerAddress(System.String,System.Boolean)"]

Return Value

Type: IPEndPoint

[Missing <returns> documentation for "M:Akka.Streams.TestKit.TestUtils.TemporaryServerAddress(System.String,System.Boolean)"]

See Also