C# Class Akka.Remote.Transport.AkkaIO.AddressConverters

Afficher le fichier Open project: rogeralsing/akka.net

Méthodes publiques

Méthode Description
ToAddress ( this endpoint, ActorSystem system ) : Akka.Actor.Address
ToEndpoint ( this address ) : EndPoint

Method Details

ToAddress() public static méthode

public static ToAddress ( this endpoint, ActorSystem system ) : Akka.Actor.Address
endpoint this
system ActorSystem
Résultat Akka.Actor.Address

ToEndpoint() public static méthode

public static ToEndpoint ( this address ) : EndPoint
address this
Résultat System.Net.EndPoint