Method | Description | |
---|---|---|
AddCapsDelegate ( string CapName, CapsDelegate capsDelegate ) : void | ||
AddDelegate ( PacketType packetType, Direction direction, PacketDelegate packetDelegate ) : void | ||
InjectPacket ( |
||
KeepAlive ( ) : void | ||
Proxy ( |
||
RemoveCapRequestDelegate ( string CapName, CapsDelegate capsDelegate ) : void | ||
RemoveDelegate ( PacketType packetType, Direction direction, PacketDelegate packetDelegate ) : void | ||
SendPacket ( |
||
SeparateAck ( |
||
SetLoginRequestDelegate ( XmlRpcRequestDelegate loginRequestDelegate ) : void | ||
SetLoginResponseDelegate ( XmlRpcResponseDelegate loginResponseDelegate ) : void | ||
SpoofAck ( uint sequence ) : |
||
Start ( ) : void | ||
Stop ( ) : void | ||
SwapPacket ( |
Method | Description | |
---|---|---|
AddHandler ( |
||
AddMystery ( PacketType type ) : void | ||
CheckCrossedRegion ( |
||
CheckEnableSimulator ( |
||
CheckTeleportFinish ( |
||
FixupEventQueueGet ( |
||
FixupSeedCapsResponse ( |
||
GenericCheck ( uint &simIP, ushort &simPort, string &simCaps, bool active ) : void | ||
InitializeAddressCheckers ( ) : void | ||
InitializeCaps ( ) : void | ||
InitializeLoginProxy ( ) : void | ||
InitializeSimProxy ( ) : void | ||
KnownCapDelegate ( |
||
Log ( object message, bool important ) : void | ||
LogIncomingMysteryPacket ( |
||
LogOutgoingMysteryPacket ( |
||
LogPacket ( |
||
ProxyCaps ( NetworkStream netStream, string meth, string uri, string>.Dictionary |
||
ProxyHTTP ( Socket client ) : void | ||
ProxyLogin ( NetworkStream netStream, byte content ) : void | ||
ProxyLoginSD ( NetworkStream netStream, byte content ) : void | ||
ProxySim ( |
||
ReceiveFromSim ( IAsyncResult ar ) : void | ||
Reset ( ) : void | ||
RunLoginProxy ( ) : void | ||
RunSimProxy ( ) : void | ||
callDelegates ( Dictionary |
public AddCapsDelegate ( string CapName, CapsDelegate capsDelegate ) : void | ||
CapName | string | |
capsDelegate | CapsDelegate | |
return | void |
public AddDelegate ( PacketType packetType, Direction direction, PacketDelegate packetDelegate ) : void | ||
packetType | PacketType | |
direction | Direction | |
packetDelegate | PacketDelegate | |
return | void |
public InjectPacket ( |
||
packet | ||
direction | Direction | |
return | void |
public Proxy ( |
||
proxyConfig | ||
return | System |
public RemoveCapRequestDelegate ( string CapName, CapsDelegate capsDelegate ) : void | ||
CapName | string | |
capsDelegate | CapsDelegate | |
return | void |
public RemoveDelegate ( PacketType packetType, Direction direction, PacketDelegate packetDelegate ) : void | ||
packetType | PacketType | |
direction | Direction | |
packetDelegate | PacketDelegate | |
return | void |
public SendPacket ( |
||
packet | ||
endPoint | ||
skipZero | bool | |
return | void |
public SeparateAck ( |
||
packet | ||
return |
public SetLoginRequestDelegate ( XmlRpcRequestDelegate loginRequestDelegate ) : void | ||
loginRequestDelegate | XmlRpcRequestDelegate | |
return | void |
public SetLoginResponseDelegate ( XmlRpcResponseDelegate loginResponseDelegate ) : void | ||
loginResponseDelegate | XmlRpcResponseDelegate | |
return | void |
public SpoofAck ( uint sequence ) : |
||
sequence | uint | |
return |
public static SwapPacket ( |
||
oldPacket | ||
newPacket | ||
return | void |