IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

ExtendedResponse Event

Fired for LDAP V3 Extended Responses.

Syntax

[VB.NET]
Public Event OnExtendedResponse As OnExtendedResponseHandler
[C#]
public event OnExtendedResponseHandler OnExtendedResponse;

public delegate void OnExtendedResponseHandler(object sender, LdapExtendedResponseEventArgs e);

class LdapExtendedResponseEventArgs : EventArgs {
  int MessageId {get;}
  string DN {get;}
  int ResultCode {get;}
  string ResultDescription {get;}
  string ResponseName {get;}
  string ResponseValue {get;}  byte[] ResponseValueB {get;}
}

Remarks

The first four parameters are the same as the parameters of the Result event. ResponseName and ResponseValue are related to the corresponding parameters of the call to ExtendedRequest.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]