11 overrides of GetValue
System.DirectoryServices.Protocols (11)
System\DirectoryServices\Protocols\common\DirectoryControl.cs (11)
337public override byte[] GetValue() 379public override byte[] GetValue() 432public override byte[] GetValue() 479public override byte[] GetValue() 522public override byte[] GetValue() 576public override byte[] GetValue() 651public override byte[] GetValue() 748public override byte[] GetValue() 866public override byte[] GetValue() 1041public override byte[] GetValue() 1134public override byte[] GetValue()
13 references to GetValue
System.DirectoryServices.Protocols (13)
System\DirectoryServices\Protocols\common\DirectoryControl.cs (11)
352return base.GetValue(); 395return base.GetValue(); 447return base.GetValue(); 494return base.GetValue(); 537return base.GetValue(); 594return base.GetValue(); 670return base.GetValue(); 765return base.GetValue(); 900return base.GetValue(); 1086return base.GetValue(); 1149return base.GetValue();
System\DirectoryServices\Protocols\common\DirectoryResponse.cs (1)
36tempControls[i] = new DirectoryControl(_directoryControls[i].Type, _directoryControls[i].GetValue(), _directoryControls[i].IsCritical, _directoryControls[i].ServerSide);
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (1)
1216byte[] byteControlValue = tempControl.GetValue();