C# Class Akka.Interfaced.SlimSocket.ChannelHelper

Afficher le fichier Open project: SaladLab/Akka.Interfaced.SlimSocket

Méthodes publiques

Méthode Description
CreateClientChannel ( string name, ChannelType type, IPEndPoint endPoint, XunitOutputLogger outputSource ) : Client.IChannel
CreateClientChannel ( string name, string address, XunitOutputLogger outputSource ) : Client.IChannel
CreateGateway ( ActorSystem system, ChannelType type, string name, IPEndPoint endPoint, XunitOutputLogger outputSource, Action clientInitiatorSetup = null ) : GatewayRef

Method Details

CreateClientChannel() public static méthode

public static CreateClientChannel ( string name, ChannelType type, IPEndPoint endPoint, XunitOutputLogger outputSource ) : Client.IChannel
name string
type ChannelType
endPoint System.Net.IPEndPoint
outputSource XunitOutputLogger
Résultat Client.IChannel

CreateClientChannel() public static méthode

public static CreateClientChannel ( string name, string address, XunitOutputLogger outputSource ) : Client.IChannel
name string
address string
outputSource XunitOutputLogger
Résultat Client.IChannel

CreateGateway() public static méthode

public static CreateGateway ( ActorSystem system, ChannelType type, string name, IPEndPoint endPoint, XunitOutputLogger outputSource, Action clientInitiatorSetup = null ) : GatewayRef
system ActorSystem
type ChannelType
name string
endPoint System.Net.IPEndPoint
outputSource XunitOutputLogger
clientInitiatorSetup Action
Résultat Akka.Interfaced.SlimSocket.Server.GatewayRef