public sealed class WebProxyHandlerExecutor : IWebProxyHandlerExecutor
Public NotInheritable Class WebProxyHandlerExecutor
Implements IWebProxyHandlerExecutor
public ref class WebProxyHandlerExecutor sealed : IWebProxyHandlerExecutor
[<SealedAttribute>]
type WebProxyHandlerExecutor =
class
interface IWebProxyHandlerExecutor
end
WebProxyHandlerExecutor | Создаёт экземпляр класса с указанием его зависимостей. |
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) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
HandleErrorAsync | Обрабатывает ошибки в ответе на запрос. Выбрасывает исключение в соответствии с ошибкой. |
InvalidateCache | Сбрасывает кэш со списком обработчиков. |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
ModifyRequestAsync | Модифицирует запрос Request перед отправкой. |
ModifyResponseAsync | Модифицирует ответ на запрос Response перед обработкой. Ответ на запрос может быть как успешным, так и неуспешным. |
SetupContentAsync | Устанавливает содержимое запроса Request в свойстве Content перед отправкой на сервер в объекте IWebProxy. |
SetupResultAsync | Устанавливает результат выполнения успешного запроса Result. |
ToString | Returns a string that represents the current object. (Унаследован от Object) |