C# Класс Novell.Directory.Ldap.LdapMessage

The base class for Ldap request and response messages. Subclassed by response messages used in asynchronous operations.
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
message Novell.Directory.Ldap.Rfc2251.RfcLdapMessage

Private Properties

Свойство Тип Описание
Clone LdapMessage
LdapMessage System
LdapMessage System
controlFactory LdapControl

Открытые методы

Метод Описание
ToString ( ) : System.String

Creates a String representation of this object

Защищенные методы

Метод Описание
LdapMessage ( RfcLdapMessage message ) : System

Creates an Rfc 2251 LdapMessage when the libraries receive a response from a command.

Приватные методы

Метод Описание
Clone ( System dn, System filter, bool reference ) : LdapMessage

Returns a mutated clone of this LdapMessage, replacing base dn, filter.

LdapMessage ( ) : System

Dummy constuctor

LdapMessage ( int type, RfcRequest op, LdapControl controls ) : System

Creates an LdapMessage when sending a protocol operation and sends some optional controls with the message.

controlFactory ( System oid, bool critical, sbyte value_Renamed ) : LdapControl

Instantiates an LdapControl. We search through our list of registered controls. If we find a matchiing OID we instantiate that control by calling its contructor. Otherwise we default to returning a regular LdapControl object

Описание методов

LdapMessage() защищенный Метод

Creates an Rfc 2251 LdapMessage when the libraries receive a response from a command.
protected LdapMessage ( RfcLdapMessage message ) : System
message Novell.Directory.Ldap.Rfc2251.RfcLdapMessage A response message. ///
Результат System

ToString() публичный Метод

Creates a String representation of this object
public ToString ( ) : System.String
Результат System.String

Описание свойств

message защищенное свойство

A request or response message for an asynchronous Ldap operation.
protected RfcLdapMessage,Novell.Directory.Ldap.Rfc2251 message
Результат Novell.Directory.Ldap.Rfc2251.RfcLdapMessage