C# Class NetAccess.ClientSocket

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

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