LIBOMV-512 PacketToString now decodes nested properties

LIBOMV-509 Loading saved filters will prompt to apply to current session list
LIBOMV-519 Adds initial support for loading GridProxy plugins (not well tested yet)


git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2705 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
Jim Radford
2009-05-07 20:55:03 +00:00
parent 85f09236ee
commit ba644b5ff3
7 changed files with 522 additions and 193 deletions

View File

@@ -61,7 +61,7 @@ namespace WinGridProxy
private string _ListenIP;
private string _LoginURI;
ProxyFrame Proxy;
public ProxyFrame Proxy;
public ProxyManager(string port, string listenIP, string loginUri)
{