C# Class NetAccess.ServerSocket

Inheritance: SocketFunc
Afficher le fichier Open project: sdercolin/FECipherVit

Méthodes publiques

Свойство Type Description
communicateSockets List

Méthodes publiques

Méthode Description
Access ( string IP, string Port, string PortSelf, System AccessAction ) : void
Receive ( Socket>.System ReceiveAction, Socket Source ) : void
Send ( string message, Socket source, bool SendOnly ) : void

Method Details

Access() public méthode

public Access ( string IP, string Port, string PortSelf, System AccessAction ) : void
IP string
Port string
PortSelf string
AccessAction System
Résultat void

Receive() public méthode

public Receive ( Socket>.System ReceiveAction, Socket Source ) : void
ReceiveAction Socket>.System
Source Socket
Résultat void

Send() public méthode

public Send ( string message, Socket source, bool SendOnly ) : void
message string
source Socket
SendOnly bool
Résultat void

Property Details

communicateSockets public_oe property

public List communicateSockets
Résultat List