Property | Type | Description | |
---|---|---|---|
HttpServer | HttpServer.HttpListener | ||
KnownCaps | CapInfo>.Dictionary | ||
activeCircuit | |||
eq | |||
loginURI | string | ||
remoteLoginURI | string |
Method | Description | |
---|---|---|
AddCapsDelegate ( string CapName, CapsDelegate capsDelegate ) : void | ||
AddDelegate ( PacketType packetType, Direction direction, PacketDelegate packetDelegate ) : void | ||
FixupSeedCapsResponse ( |
||
ForwardCaps ( string uri, |
||
GenericCheck ( uint &simIP, ushort &simPort, string &simCaps, bool active ) : void | ||
GriderProxy ( |
||
InjectPacket ( |
||
KeepAlive ( ) : void | ||
ProxySim ( |
||
RemoveCapRequestDelegate ( string CapName, CapsDelegate capsDelegate ) : void | ||
RemoveDelegate ( PacketType packetType, Direction direction, PacketDelegate packetDelegate ) : void | ||
SendPacket ( |
||
SeparateAck ( |
||
SetLoginRequestDelegate ( XmlRpcRequestDelegate loginRequestDelegate ) : XmlRpcRequestDelegate | ||
SetLoginResponseDelegate ( XmlRpcResponseDelegate loginResponseDelegate ) : XmlRpcResponseDelegate | ||
SpoofAck ( uint sequence ) : |
||
Start ( ) : void | ||
Stop ( ) : void | ||
SwapPacket ( |
||
UnproxySim ( |
Method | Description | |
---|---|---|
AddHandler ( |
||
AddMystery ( PacketType type ) : void | ||
CheckCrossedRegion ( |
||
CheckEnableSimulator ( |
||
CheckTeleportFinish ( |
||
FixupEventQueueGet ( |
||
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 | ||
ReceiveFromSim ( IAsyncResult ar ) : void | ||
ReifyEventQueueGetRequest ( |
||
Reset ( ) : void | ||
RunLoginProxy ( ) : void | ||
RunSimProxy ( ) : void | ||
StartHttpServer ( ) : 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 FixupSeedCapsResponse ( |
||
capReq | ||
stage | CapsStage | |
return | bool |
public ForwardCaps ( string uri, |
||
uri | string | |
capReq | ||
return | void |
public GenericCheck ( uint &simIP, ushort &simPort, string &simCaps, bool active ) : void | ||
simIP | uint | |
simPort | ushort | |
simCaps | string | |
active | bool | |
return | void |
public GriderProxy ( |
||
proxyConfig | ||
return | System |
public InjectPacket ( |
||
packet | ||
direction | Direction | |
return | void |
public ProxySim ( |
||
simEndPoint | ||
return |
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 ) : XmlRpcRequestDelegate | ||
loginRequestDelegate | XmlRpcRequestDelegate | |
return | XmlRpcRequestDelegate |
public SetLoginResponseDelegate ( XmlRpcResponseDelegate loginResponseDelegate ) : XmlRpcResponseDelegate | ||
loginResponseDelegate | XmlRpcResponseDelegate | |
return | XmlRpcResponseDelegate |
public SpoofAck ( uint sequence ) : |
||
sequence | uint | |
return |
public static SwapPacket ( |
||
oldPacket | ||
newPacket | ||
return | void |
public UnproxySim ( |
||
simEndPoint | ||
return | void |
public HttpServer.HttpListener HttpServer | ||
return | HttpServer.HttpListener |
public IPEndPoint,System.Net activeCircuit | ||
return |