C# Class NetAccess.ClientSocket

Inheritance: SocketFunc
ファイルを表示 Open project: sdercolin/FECipherVit

Public Methods

Method 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 method

public Access ( string IP, string Port, string PortSelf, System AccessAction ) : void
IP string
Port string
PortSelf string
AccessAction System
return void

Receive() public method

public Receive ( Socket>.System ReceiveAction, Socket Source ) : void
ReceiveAction Socket>.System
Source Socket
return void

Send() public method

public Send ( string message, Socket Source, bool SendOnly ) : void
message string
Source Socket
SendOnly bool
return void