C# Class DistALClient.SocketFactory

TODO: Update summary.
Afficher le fichier Open project: majimenezp/DistAppLog Class Usage Examples

Méthodes publiques

Méthode Description
Acquire ( ) : Socket
CreateSockets ( string serverUrl, string identity ) : void
Release ( Socket socket ) : void

Private Methods

Méthode Description
SocketFactory ( ) : System

Method Details

Acquire() public méthode

public Acquire ( ) : Socket
Résultat Socket

CreateSockets() public méthode

public CreateSockets ( string serverUrl, string identity ) : void
serverUrl string
identity string
Résultat void

Release() public méthode

public Release ( Socket socket ) : void
socket Socket
Résultat void