C# 클래스 NetAccess.ClientSocket

상속: SocketFunc
파일 보기 프로젝트 열기: sdercolin/FECipherVit

공개 메소드들

메소드 설명
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

메소드 상세

Access() 공개 메소드

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

Receive() 공개 메소드

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

Send() 공개 메소드

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