C# 클래스 Novell.Directory.Ldap.Events.SearchReferralEventArgs

This class represents the EventArgs corresponding to LdapSearchResultReference notification sent by Ldap Server.
상속: LdapEventArgs
파일 보기 프로젝트 열기: EventStore/csharp-ldap 1 사용 예제들

공개 메소드들

메소드 설명
SearchReferralEventArgs ( LdapMessage sourceMessage, EventClassifiers aClassification, LdapEventType aType )
getUrls ( ) : string[]

메소드 상세

SearchReferralEventArgs() 공개 메소드

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

getUrls() 공개 메소드

public getUrls ( ) : string[]
리턴 string[]