ExtendedResponse 类
定义
ExtendedResponse 将 SendRequest(DirectoryRequest) 类作为对 ExtendedRequest 的响应返回。The ExtendedResponse class is returned by SendRequest(DirectoryRequest) as a response to ExtendedRequest.
public ref class ExtendedResponse : System::DirectoryServices::Protocols::DirectoryResponse
public class ExtendedResponse : System.DirectoryServices.Protocols.DirectoryResponse
type ExtendedResponse = class
inherit DirectoryResponse
Public Class ExtendedResponse
Inherits DirectoryResponse
- 继承
属性
| Controls |
Controls 属性包含服务器返回的 DirectoryControl 对象组成的数组。The Controls property contains an array of DirectoryControl objects returned by the server. (继承自 DirectoryResponse) |
| ErrorMessage |
ErrorMessage 属性包含此操作的错误信息(如果有)。The ErrorMessage property contains the error message, if any, for this operation. (继承自 DirectoryResponse) |
| MatchedDN |
MatchedDN 属性包含服务器返回的匹配识别名。The MatchedDN property contains the matched distinguished name returned by the server. (继承自 DirectoryResponse) |
| Referral |
Referral 属性包含服务器检索。The Referral property contains the server referrals. (继承自 DirectoryResponse) |
| RequestId |
RequestId 属性包含请求标识符。The RequestId property contains the Request Identifier. (继承自 DirectoryResponse) |
| ResponseName |
ResponseName 属性包含服务器返回的响应的名称。The ResponseName property contains the name of the response returned by the server. |
| ResponseValue |
ResponseValue 属性包含服务器返回的可选响应值。The ResponseValue property contains the optional response value returned by the server. |
| ResultCode |
ResultCode 属性包含操作的结果代码。The ResultCode property contains the result code of the operation. (继承自 DirectoryResponse) |
方法
| Equals(Object) |
确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
| GetHashCode() |
作为默认哈希函数。Serves as the default hash function. (继承自 Object) |
| GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
| MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
| ToString() |
返回表示当前对象的字符串。Returns a string that represents the current object. (继承自 Object) |