LdifReader raises AttributeEventArgs upon reading a complete single attribute value (which may span multiple folded lines)
Inheritance: System.EventArgs
Example #1
0
 void _ldif_OnAttributeValue(object sender, AttributeEventArgs e)
 {
     _work.AddAttrValue(e.Name, e.Value);
 }
Example #2
0
 void _ldif_OnAttributeValue(object sender, AttributeEventArgs e)
 {
     _work.AddAttrValue(e.Name, e.Value);
 }