C# 클래스 NetAccess.ServerSocket

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

공개 프로퍼티들

프로퍼티 타입 설명
communicateSockets List

공개 메소드들

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

프로퍼티 상세

communicateSockets 공개적으로 프로퍼티

public List communicateSockets
리턴 List