C# Class DistALClient.SocketFactory

TODO: Update summary.
显示文件 Open project: majimenezp/DistAppLog Class Usage Examples

Public Methods

Method Description
Acquire ( ) : Socket
CreateSockets ( string serverUrl, string identity ) : void
Release ( Socket socket ) : void

Private Methods

Method Description
SocketFactory ( ) : System

Method Details

Acquire() public method

public Acquire ( ) : Socket
return Socket

CreateSockets() public method

public CreateSockets ( string serverUrl, string identity ) : void
serverUrl string
identity string
return void

Release() public method

public Release ( Socket socket ) : void
socket Socket
return void