Ignore:
Timestamp:
Oct 10, 2010, 10:45:43 PM (14 years ago)
Author:
bayral
Message:

Piwigolib is now modify for mask the implementation of proxy.
Add start version of piwigo WPF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PiwigoLib/PiwigoLib/Proxy/PwgConfigProxy.cs

    r3816 r7149  
    77namespace Com.Piwigo.Lib.Proxy
    88{
    9     public static class PwgConfigProxy
     9    internal static class PwgConfigProxy
    1010    {
    11         public static String PwgUserAgent = "PiwigoLib.GenericProxy";
    12         public static Boolean PwgKeepAlive = false;
    13         public static Int16 PwgTimeOutInSecond = 15;
     11        internal static String PwgUserAgent = "PiwigoLib.GenericProxy";
     12        internal static Boolean PwgKeepAlive = false;
     13        internal static Int16 PwgTimeOutInSecond = 15;
    1414
    15         public static UriBuilder PwgServeurUriBuilder = new UriBuilder(); // store uri piece of the server
     15        internal static Uri PwgServeurUri = null; // store uri piece of the server
    1616
    17         public static CookieContainer cookieContainer = new CookieContainer(); // store cookie as session once
     17        internal static CookieContainer cookieContainer = new CookieContainer(); // store cookie as session once
    1818
    1919    }
Note: See TracChangeset for help on using the changeset viewer.