C# 클래스 NetAccess.SocketFunc

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

공개 프로퍼티들

프로퍼티 타입 설명
NumberToShutdown int
ReConnectCount int
communicateSocket Socket

공개 메소드들

메소드 설명
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
SocketFunc ( ) : System

메소드 상세

Access() 공개 추상적인 메소드

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

Receive() 공개 추상적인 메소드

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

Send() 공개 추상적인 메소드

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

SocketFunc() 공개 메소드

public SocketFunc ( ) : System
리턴 System

프로퍼티 상세

NumberToShutdown 공개적으로 프로퍼티

public int NumberToShutdown
리턴 int

ReConnectCount 공개적으로 정적으로 프로퍼티

public static int ReConnectCount
리턴 int

communicateSocket 공개적으로 프로퍼티

public Socket communicateSocket
리턴 Socket