C# Class Akka.Interfaced.SlimSocket.ChannelHelper

Datei anzeigen Open project: SaladLab/Akka.Interfaced.SlimSocket

Public Methods

Method 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 method

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

CreateClientChannel() public static method

public static CreateClientChannel ( string name, string address, XunitOutputLogger outputSource ) : Client.IChannel
name string
address string
outputSource XunitOutputLogger
return Client.IChannel

CreateGateway() public static method

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
return Akka.Interfaced.SlimSocket.Server.GatewayRef