C# 클래스 Analyst, libopenmetaverse

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

공개 메소드들

메소드 설명
Analyst ( SLProxy.ProxyFrame frame ) : System
Init ( ) : void

비공개 메소드들

메소드 설명
CmdDrop ( string words ) : void
CmdGrep ( string words ) : void
CmdInject ( string words ) : void
CmdLog ( string words ) : void
CmdNoDrop ( string words ) : void
CmdNoLog ( string words ) : void
CmdNoSet ( string words ) : void
CmdSet ( string words ) : void
InitializeCommandDelegates ( ) : void
InterpretOptions ( byte options ) : string
LogAll ( ) : void
LogPacket ( Packet packet, IPEndPoint endPoint, Direction, direction ) : void
LogPacketIn ( Packet packet, IPEndPoint endPoint ) : Packet
LogPacketOut ( Packet packet, IPEndPoint endPoint ) : Packet
LogWhitelist ( string whitelistFile ) : void
MagicCast ( string name, string block, string field, string value ) : object
MagicSetField ( object obj, string field, object val ) : void
Modify ( Packet packet, IPEndPoint endPoint, Direction, direction ) : Packet
ModifyIn ( Packet packet, IPEndPoint endPoint ) : Packet
ModifyOut ( Packet packet, IPEndPoint endPoint ) : Packet
NoLogAll ( ) : void
SayToUser ( string message ) : void
SetOutput ( string outputFile ) : void
packetTypeFromName ( string name ) : PacketType

메소드 상세

Analyst() 공개 메소드

public Analyst ( SLProxy.ProxyFrame frame ) : System
frame SLProxy.ProxyFrame
리턴 System

Init() 공개 메소드

public Init ( ) : void
리턴 void