C# Class Akka.Interfaced.SlimSocket.Client.ChannelFactory

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

Méthodes publiques

Méthode Description
ChannelFactory ( ) : System
Create ( ) : IChannel
Create ( string address ) : IChannel

Private Methods

Méthode Description
InitializeChannel ( ChannelBase channel ) : void

Method Details

ChannelFactory() public méthode

public ChannelFactory ( ) : System
Résultat System

Create() public méthode

public Create ( ) : IChannel
Résultat IChannel

Create() public méthode

public Create ( string address ) : IChannel
address string
Résultat IChannel