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