public abstract class WebDisposableRequestFlagBuilder : WebRequestFlagBuilder,
IDisposable
Public MustInherit Class WebDisposableRequestFlagBuilder
Inherits WebRequestFlagBuilder
Implements IDisposable
public ref class WebDisposableRequestFlagBuilder abstract : public WebRequestFlagBuilder,
IDisposable
[<AbstractClassAttribute>]
type WebDisposableRequestFlagBuilder =
class
inherit WebRequestFlagBuilder
interface IDisposable
end
WebDisposableRequestFlagBuilder | Создаёт экземпляр класса с указанием флагов, добавленных по умолчанию. |
Count | Gets the number of elements in the collection. (Унаследован от WebRequestFlagBuilder) |
IsDisposed | Признак того, что ресурсы объекта были освобождены. |
Add |
Добавляет указанный флаг. Повторно добавляемые флаги игнорируются.
(Переопределяет WebRequestFlagBuilderAdd(WebRequestFlag)) |
CheckDisposed | Выбрасывает исключение [ObjectDisposedException], если ресурсы текущего объекта были освобождены. |
Clear |
Очищает все добавленные флаги.
(Переопределяет WebRequestFlagBuilderClear) |
Contains | (Унаследован от WebRequestFlagBuilder) |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
Dispose(Boolean) | Освобождает ресурсы, занимаемые объектом. |
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) |
GetEnumerator | Returns an enumerator that iterates through the collection. (Унаследован от WebRequestFlagBuilder) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
IsProperSubsetOf | (Унаследован от WebRequestFlagBuilder) |
IsProperSupersetOf | (Унаследован от WebRequestFlagBuilder) |
IsSubsetOf | (Унаследован от WebRequestFlagBuilder) |
IsSupersetOf | (Унаследован от WebRequestFlagBuilder) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
Overlaps | (Унаследован от WebRequestFlagBuilder) |
ReactivateDisposed | Возвращает ранее освобождённый объект в рабочее состояние, как будто он не был освобождённым. |
Remove |
Удаляет указанный флаг.
(Переопределяет WebRequestFlagBuilderRemove(WebRequestFlag)) |
SetEquals | (Унаследован от WebRequestFlagBuilder) |
ToString | Returns a string that represents the current object. (Унаследован от WebRequestFlagBuilder) |