| AddressWithProtocol Method |
Creates a new
Address with a given
protocol.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public Address WithProtocol(
string protocol
)
member WithProtocol :
protocol : string -> Address
Parameters
- protocol
- Type: SystemString
The protocol used to configure the new address.
Return Value
Type:
AddressA new address with the provided
protocol.
See Also