Пример #1
0
		public GroupManager(PerformAuthentication authenticateDelegate, IWebProxy proxy)
			: base(authenticateDelegate, proxy)
		{
		}
Пример #2
0
 public CollectionManager(PerformAuthentication authenticationDelegate, IWebProxy proxy)
     : base(authenticationDelegate, proxy)
 {
 }
Пример #3
0
		public GroupManager(PerformAuthentication authenticateDelegate)
			: base(authenticateDelegate)
		{
		}
Пример #4
0
		public CollectionManager(PerformAuthentication authenticationDelegate, IWebProxy proxy)
			: base(authenticationDelegate, proxy)
		{
		}
Пример #5
0
 public CollectionManager(PerformAuthentication authenticationDelegate)
     : this(authenticationDelegate, null)
 {
 }
Пример #6
0
 public SectionManagerBase(PerformAuthentication authenticateDelegate, IWebProxy proxy) : base(proxy)
 {
     authenticate = authenticateDelegate;
 }
Пример #7
0
		public CollectionManager(PerformAuthentication authenticationDelegate)
			: this(authenticationDelegate, null)
		{
		}
Пример #8
0
 public SectionManagerBase(PerformAuthentication authenticateDelegate) : this(authenticateDelegate, null)
 {
 }
Пример #9
0
 public GroupManager(PerformAuthentication authenticateDelegate, IWebProxy proxy)
     : base(authenticateDelegate, proxy)
 {
 }
Пример #10
0
 public GroupManager(PerformAuthentication authenticateDelegate)
     : base(authenticateDelegate)
 {
 }
Пример #11
0
 public TextManager(PerformAuthentication authenticateDelegate)
     : base(authenticateDelegate, null)
 {
 }
Пример #12
0
		public TextManager(PerformAuthentication authenticateDelegate)
			: base(authenticateDelegate, null)
		{
		}