C# 클래스 Common.Network.TCPSocket

파일 보기 프로젝트 열기: Almamu/EVESharp 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
port ushort

공개 메소드들

메소드 설명
Accept ( ) : TCPSocket
Close ( ) : bool
Connect ( string address ) : bool
GetAddress ( ) : string
IsConnected ( ) : bool
Listen ( int backlog ) : bool
Port ( ) : ushort
Recv ( byte data ) : int
Send ( byte data ) : int
TCPSocket ( Socket from, bool socket_listening ) : System
TCPSocket ( TCPSocket from, bool socket_listening ) : System
TCPSocket ( ushort socket_port, bool mode_blocking ) : System

메소드 상세

Accept() 공개 메소드

public Accept ( ) : TCPSocket
리턴 TCPSocket

Close() 공개 메소드

public Close ( ) : bool
리턴 bool

Connect() 공개 메소드

public Connect ( string address ) : bool
address string
리턴 bool

GetAddress() 공개 메소드

public GetAddress ( ) : string
리턴 string

IsConnected() 공개 메소드

public IsConnected ( ) : bool
리턴 bool

Listen() 공개 메소드

public Listen ( int backlog ) : bool
backlog int
리턴 bool

Port() 공개 메소드

public Port ( ) : ushort
리턴 ushort

Recv() 공개 메소드

public Recv ( byte data ) : int
data byte
리턴 int

Send() 공개 메소드

public Send ( byte data ) : int
data byte
리턴 int

TCPSocket() 공개 메소드

public TCPSocket ( Socket from, bool socket_listening ) : System
from Socket
socket_listening bool
리턴 System

TCPSocket() 공개 메소드

public TCPSocket ( TCPSocket from, bool socket_listening ) : System
from TCPSocket
socket_listening bool
리턴 System

TCPSocket() 공개 메소드

public TCPSocket ( ushort socket_port, bool mode_blocking ) : System
socket_port ushort
mode_blocking bool
리턴 System

프로퍼티 상세

port 보호되어 있는 프로퍼티

protected ushort port
리턴 ushort