Esempio n. 1
0
		public GroupManager(PerformAuthentication authenticateDelegate, IWebProxy proxy)
			: base(authenticateDelegate, proxy)
		{
		}
Esempio n. 2
0
 public CollectionManager(PerformAuthentication authenticationDelegate, IWebProxy proxy)
     : base(authenticationDelegate, proxy)
 {
 }
Esempio n. 3
0
		public GroupManager(PerformAuthentication authenticateDelegate)
			: base(authenticateDelegate)
		{
		}
Esempio n. 4
0
		public CollectionManager(PerformAuthentication authenticationDelegate, IWebProxy proxy)
			: base(authenticationDelegate, proxy)
		{
		}
Esempio n. 5
0
 public CollectionManager(PerformAuthentication authenticationDelegate)
     : this(authenticationDelegate, null)
 {
 }
Esempio n. 6
0
 public SectionManagerBase(PerformAuthentication authenticateDelegate, IWebProxy proxy) : base(proxy)
 {
     authenticate = authenticateDelegate;
 }
Esempio n. 7
0
		public CollectionManager(PerformAuthentication authenticationDelegate)
			: this(authenticationDelegate, null)
		{
		}
Esempio n. 8
0
 public SectionManagerBase(PerformAuthentication authenticateDelegate) : this(authenticateDelegate, null)
 {
 }
Esempio n. 9
0
 public GroupManager(PerformAuthentication authenticateDelegate, IWebProxy proxy)
     : base(authenticateDelegate, proxy)
 {
 }
Esempio n. 10
0
 public GroupManager(PerformAuthentication authenticateDelegate)
     : base(authenticateDelegate)
 {
 }
Esempio n. 11
0
 public TextManager(PerformAuthentication authenticateDelegate)
     : base(authenticateDelegate, null)
 {
 }
Esempio n. 12
0
		public TextManager(PerformAuthentication authenticateDelegate)
			: base(authenticateDelegate, null)
		{
		}