[OrderAttribute(1)]
public class JsonWebProxyErrorHandler : WebProxyErrorHandlerBase
<OrderAttribute(1)>
Public Class JsonWebProxyErrorHandler
Inherits WebProxyErrorHandlerBase
[OrderAttribute(1)]
public ref class JsonWebProxyErrorHandler : public WebProxyErrorHandlerBase
[<OrderAttribute(1)>]
type JsonWebProxyErrorHandler =
class
inherit WebProxyErrorHandlerBase
end
JsonWebProxyErrorHandler | Инициализирует новый экземпляр класса JsonWebProxyErrorHandler |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetExceptionAsync | Возвращает исключение, которое должно быть выброшено при обработке ошибки типа Json, или null, если обработчик не выбрасывает специализированное исключение. |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
HandleErrorAsync |
Обрабатывает ошибки в ответе на запрос. Выбрасывает исключение в соответствии с ошибкой.
(Переопределяет WebProxyErrorHandlerBaseHandleErrorAsync(IWebProxyContext)) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |