3 instantiations of ExtendedResponse
System.DirectoryServices.Protocols (3)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (2)
1455
response = new
ExtendedResponse
(responseDn, responseControl, (ResultCode)resultError, responseMessage, responseReferral);
1900
response = new
ExtendedResponse
(null, null, (ResultCode)error, OperationErrorMappings.MapResultCode(error), null);
System\DirectoryServices\Protocols\ldap\LdapSessionOptions.cs (1)
655
ExtendedResponse response = new
ExtendedResponse
(null, null, (ResultCode)error, errorMessage, responseReferral);
3 references to ExtendedResponse
System.DirectoryServices.Protocols (3)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (2)
1480
((
ExtendedResponse
)response).ResponseName = name;
1481
((
ExtendedResponse
)response).ResponseValue = requestValueArray;
System\DirectoryServices\Protocols\ldap\LdapSessionOptions.cs (1)
655
ExtendedResponse
response = new ExtendedResponse(null, null, (ResultCode)error, errorMessage, responseReferral);