C# 클래스 LaunchServer.Proxy.ClientSession

파일 보기 프로젝트 열기: N3X15/MineEdit

공개 프로퍼티들

프로퍼티 타입 설명
ClientStream NetworkStream
Listener System.Net.Sockets.TcpClient
MyDelegates List>.Dictionary
Outbound bool
ServerStream NetworkStream

공개 메소드들

메소드 설명
ClientSession ( string Name ) : System
InjectPacket ( Packet p ) : void
ThreadStartHander ( ) : void

비공개 메소드들

메소드 설명
CallDelegates ( Packet p, IPEndPoint iPEndPoint ) : Packet

메소드 상세

ClientSession() 공개 메소드

public ClientSession ( string Name ) : System
Name string
리턴 System

InjectPacket() 공개 메소드

public InjectPacket ( Packet p ) : void
p Packet
리턴 void

ThreadStartHander() 공개 메소드

public ThreadStartHander ( ) : void
리턴 void

프로퍼티 상세

ClientStream 공개적으로 프로퍼티

public NetworkStream ClientStream
리턴 NetworkStream

Listener 공개적으로 프로퍼티

public TcpClient,System.Net.Sockets Listener
리턴 System.Net.Sockets.TcpClient

MyDelegates 공개적으로 프로퍼티

public Dictionary> MyDelegates
리턴 List>.Dictionary

Outbound 공개적으로 프로퍼티

public bool Outbound
리턴 bool

ServerStream 공개적으로 프로퍼티

public NetworkStream ServerStream
리턴 NetworkStream