C# Class Novell.Directory.Ldap.Events.Edir.EventData.ReferralAddress

This class represents the data for Address(IP/IPX/IPV6 etc) datastructure for Edir Events Notification.
Show file Open project: EventStore/csharp-ldap Class Usage Examples

Protected Properties

Property Type Description
address_type int
strAddress string

Public Methods

Method Description
ReferralAddress ( Asn1Sequence dseObject ) : Novell.Directory.Ldap.Asn1

Returns a string representation of the object.

Method Details

ReferralAddress() public method

Returns a string representation of the object.
public ReferralAddress ( Asn1Sequence dseObject ) : Novell.Directory.Ldap.Asn1
dseObject Novell.Directory.Ldap.Asn1.Asn1Sequence
return Novell.Directory.Ldap.Asn1

Property Details

address_type protected property

protected int address_type
return int

strAddress protected property

protected string strAddress
return string