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.
파일 보기 프로젝트 열기: TechnikEmpire/StahpIt-WPF 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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