C# Class Novell.Directory.Ldap.LdapIntermediateResponse

Inheritance: LdapResponse
显示文件 Open project: EventStore/csharp-ldap Class Usage Examples

Public Methods

Method Description
LdapIntermediateResponse ( RfcLdapMessage message ) : System
getID ( ) : String
getRegisteredResponses ( ) : RespExtensionSet
register ( String oid, Type extendedResponseClass ) : void

Private Methods

Method Description
getValue ( ) : sbyte[]

Method Details

LdapIntermediateResponse() public method

public LdapIntermediateResponse ( RfcLdapMessage message ) : System
message Novell.Directory.Ldap.Rfc2251.RfcLdapMessage
return System

getID() public method

public getID ( ) : String
return String

getRegisteredResponses() public static method

public static getRegisteredResponses ( ) : RespExtensionSet
return Novell.Directory.Ldap.Utilclass.RespExtensionSet

register() public static method

public static register ( String oid, Type extendedResponseClass ) : void
oid String
extendedResponseClass System.Type
return void