C# 클래스 LaunchServer.Proxy

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

공개 프로퍼티들

프로퍼티 타입 설명
DestPort int
Hostname string
InboundDelegates List>.Dictionary
LocalSessions ClientSession>.Dictionary
OutboundDelegates List>.Dictionary
RemoteSessions ClientSession>.Dictionary
SrcPort int

공개 메소드들

메소드 설명
AddDelegate ( bool Outbound, byte type, PacketDelegate del ) : void
Connect ( ) : void
Proxy ( int srcPort, int destPort, IPAddress listenaddr ) : System
SendPacket ( string IP, bool Outbound, Packet p ) : void

비공개 메소드들

메소드 설명
GetString ( byte b ) : string
TCPThread ( ) : void

메소드 상세

AddDelegate() 공개 정적인 메소드

public static AddDelegate ( bool Outbound, byte type, PacketDelegate del ) : void
Outbound bool
type byte
del PacketDelegate
리턴 void

Connect() 공개 메소드

public Connect ( ) : void
리턴 void

Proxy() 공개 메소드

public Proxy ( int srcPort, int destPort, IPAddress listenaddr ) : System
srcPort int
destPort int
listenaddr System.Net.IPAddress
리턴 System

SendPacket() 공개 메소드

public SendPacket ( string IP, bool Outbound, Packet p ) : void
IP string
Outbound bool
p Packet
리턴 void

프로퍼티 상세

DestPort 공개적으로 프로퍼티

public int DestPort
리턴 int

Hostname 공개적으로 프로퍼티

public string Hostname
리턴 string

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

public static Dictionary> InboundDelegates
리턴 List>.Dictionary

LocalSessions 공개적으로 프로퍼티

public Dictionary LocalSessions
리턴 ClientSession>.Dictionary

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

public static Dictionary> OutboundDelegates
리턴 List>.Dictionary

RemoteSessions 공개적으로 프로퍼티

public Dictionary RemoteSessions
리턴 ClientSession>.Dictionary

SrcPort 공개적으로 프로퍼티

public int SrcPort
리턴 int