C# Class Novell.Directory.Ldap.Events.SearchReferralEventArgs

This class represents the EventArgs corresponding to LdapSearchResultReference notification sent by Ldap Server.
Inheritance: LdapEventArgs
Mostra file Open project: EventStore/csharp-ldap Class Usage Examples

Public Methods

Method Description
SearchReferralEventArgs ( LdapMessage sourceMessage, EventClassifiers aClassification, LdapEventType aType )
getUrls ( ) : string[]

Method Details

SearchReferralEventArgs() public method

public SearchReferralEventArgs ( LdapMessage sourceMessage, EventClassifiers aClassification, LdapEventType aType )
sourceMessage LdapMessage
aClassification EventClassifiers
aType LdapEventType

getUrls() public method

public getUrls ( ) : string[]
return string[]