C# Class LaunchServer.Proxy.ClientSession

ファイルを表示 Open project: N3X15/MineEdit

Public Properties

Property Type Description
ClientStream NetworkStream
Listener System.Net.Sockets.TcpClient
MyDelegates List>.Dictionary
Outbound bool
ServerStream NetworkStream

Public Methods

Method Description
ClientSession ( string Name ) : System
InjectPacket ( Packet p ) : void
ThreadStartHander ( ) : void

Private Methods

Method Description
CallDelegates ( Packet p, IPEndPoint iPEndPoint ) : Packet

Method Details

ClientSession() public method

public ClientSession ( string Name ) : System
Name string
return System

InjectPacket() public method

public InjectPacket ( Packet p ) : void
p Packet
return void

ThreadStartHander() public method

public ThreadStartHander ( ) : void
return void

Property Details

ClientStream public_oe property

public NetworkStream ClientStream
return NetworkStream

Listener public_oe property

public TcpClient,System.Net.Sockets Listener
return System.Net.Sockets.TcpClient

MyDelegates public_oe property

public Dictionary> MyDelegates
return List>.Dictionary

Outbound public_oe property

public bool Outbound
return bool

ServerStream public_oe property

public NetworkStream ServerStream
return NetworkStream