![]() AllowedExtensions | Gets or sets the allowed extensions. |
![]() AllowedSchemes | Gets or sets the allowed schemes. |
![]() ConnectionString | Gets the connection string. |
![]() DisallowedAbsoluteUris | Gets or sets the disallowed absolute uris. |
![]() DisallowedDomains | Gets or sets the disallowed domains. |
![]() DisallowedExtensions | Gets or sets the disallowed extensions. |
![]() DisallowedFileExtensions | Gets or sets the disallowed file extensions. |
![]() DisallowedHosts | Gets or sets the disallowed hosts. |
![]() DisallowedSchemes | Gets or sets the disallowed schemes. |
![]() DisallowedWordsForAbsoluteUri | Gets or sets the disallowed words for absolute URI. |
![]() DisallowedWordsForResponseHeaders | Gets or sets the disallowed words for response headers. |
![]() DisallowedWordsForSource | Gets or sets the disallowed words for source. |
![]() ComputeLevenstheinDistance | Computes the levensthein distance. http://en.wikipedia.org/wiki/Levenshtein_distance |
![]() ExtractAlphaNumericCharacters | Extracts the alpha and numeric characters from an inout string. |
![]() ExtractDirectory | Extracts a Windows safe Directory path from an AbsoluteUri. e.g. http://arachnode.net/sitefiles/1000/logo.gif -> http/arachnode/net/sitefiles/1000/ The maximum length for any directory returned is 200. |
![]() ExtractDomain | Extracts the Domain from an AbsoluteUri. e.g. http://subdomain.arachnode.net/ -> arachnode.net |
![]() ExtractExtension | Extracts the extension from an AbsoluteUri. e.g. http://arachnode.net -> .net |
![]() ExtractFileExtension | Extracts the file extension from an AbsoluteUri. e.g. http://arachnode.net/sitefiles/1000/logo.gif -> .gif |
![]() ExtractFileName | Extracts the file name from an AbsoluteUri. e.g. http://arachnode.net/sitefiles/1000/logo.gif -> logo.gif |
![]() ExtractHash | Extracts the hash. |
![]() ExtractHost | Extracts the Host from an AbsoluteUri. http://subdomain.arachnode.net/ -> subdomain.arachnode.net |
![]() ExtractIPAddress | Extracts the IP Address from an AbsoluteUri. e.g. http://192.168.1.1/logo.gif -> 192.168.1.1 |
![]() ExtractNonAlphaNumericCharacters | Extracts the non alpha numeric characters. |
![]() ExtractPhrases | Extracts the phrases. |
![]() ExtractResponseHeader | Extracts the specified ResponseHeader from the ResponseHeaders. e.g. 'Cache-Control: no-cache Content-Type: text/html; charset=iso-8859-1' -> text/html or 'Cache-Control: no-cache Content-Type: text/html; charset=iso-8859-1' -> text/html; charset=iso-8859-1 |
![]() ExtractScheme | Extracts the Scheme from an AbsoluteUri. http://subdomain.arachnode.net/ -> http |
![]() ExtractTags | Extracts the tags. |
![]() ExtractText | Extracts the text. |
![]() ExtractWords | Extracts the words. |
![]() FillRow | |
![]() GenerateIncorrectKeystrokeTypos | Generates the incorrect keystroke typos. |
![]() GenerateMissedKeystrokeTypos | Generates the missed keystroke typos. |
![]() GenerateRepeatedKeystrokeTypos | Generates the repeated keystroke typos. |
![]() GenerateTransposedKeystrokeTypos | Generates the transposed keystroke typos. |
![]() IsDisallowedForAbsoluteUri | Determines whether [is disallowed for absolute URI] [the specified absolute URI]. |
![]() IsDisallowedForDomain | Determines whether [is disallowed for domain] [the specified absolute URI]. |
![]() IsDisallowedForExtension | Determines whether [is disallowed for extension] [the specified absolute URI]. |
![]() IsDisallowedForFileExtension | Determines whether [is disallowed for file extension] [the specified absolute URI]. |
![]() IsDisallowedForHost | Determines whether [is disallowed for host] [the specified absolute URI]. |
![]() IsDisallowedForResponseHeaders | Determines whether [is disallowed for response headers] [the specified response headers]. |
![]() IsDisallowedForScheme | Determines whether [is disallowed for scheme] [the specified absolute URI]. |
![]() IsDisallowedForSource | Determines whether [is disallowed for source] [the specified source]. |
![]() IsDisallowedForWords | Determines whether [is disallowed for words] [the specified absolute URI]. |
![]() RefreshAllowedExtensions | Refresh all allowed Extensions. |
![]() RefreshAllowedSchemes | Refresh all allowed Schemes. |
![]() RefreshDisallowed | Refreshes all Disallowed patterns. Call this method before calling IsDisallowed to avoid a thread race condition. |
UserDefinedFunctions Constructor
|
Initializes a new instance of the UserDefinedFunctions class. |
Equals (inherited from Object) | |
GetHashCode (inherited from Object) | |
GetType (inherited from Object) | |
ToString (inherited from Object) |
Finalize (inherited from Object) | |
MemberwiseClone (inherited from Object) |
UserDefinedFunctions Class | (global) Namespace