C# Класс Te.StahpIt.Models.FilteredAppModel

The FilteredAppModel class represents a system-local application that has performed socket IO over standard HTTP ports, including port 80 and port 443. Such applications are represented by this class, and presented to the user via a special control where the user can specify that the application should or should not have its port 80 and port 443 forced through the filtering process.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Filter bool

Открытые методы

Метод Описание
FilteredAppModel ( string appPath, bool filter ) : Newtonsoft.Json

Constructs a new FilteredAppModel for the given application.

Описание методов

FilteredAppModel() публичный Метод

Constructs a new FilteredAppModel for the given application.
/// In the event that the supplied appPath parameter does not point to a valid binary file, /// or the parameter is a null, empty or whitespace string, this constructor will throw. ///
public FilteredAppModel ( string appPath, bool filter ) : Newtonsoft.Json
appPath string /// The full path to the application that is to be a filtering candidate. ///
filter bool ///
Результат Newtonsoft.Json

Описание свойств

Filter публичное свойство

Whether the application should be filtered.
public bool Filter
Результат bool