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