C# Class ProceXSS.Infrastructure.RequestSanitizer

Inheritance: IRequestSanitizer
Afficher le fichier Open project: ziyasal/ProceXSS

Méthodes publiques

Méthode Description
Clean ( NameValueCollection collection, IXssConfigurationHandler configuration, EncoderType encoderType = EncoderType.AutoDetect ) : void
RequestSanitizer ( IReflectortionHelper reflectortionHelper, IRegexHelper regexHelper ) : System.Collections.Specialized

Private Methods

Méthode Description
IterateCleanUp ( EncoderType encoderType, NameValueCollection collection, int index ) : void

Method Details

Clean() public méthode

public Clean ( NameValueCollection collection, IXssConfigurationHandler configuration, EncoderType encoderType = EncoderType.AutoDetect ) : void
collection System.Collections.Specialized.NameValueCollection
configuration IXssConfigurationHandler
encoderType EncoderType
Résultat void

RequestSanitizer() public méthode

public RequestSanitizer ( IReflectortionHelper reflectortionHelper, IRegexHelper regexHelper ) : System.Collections.Specialized
reflectortionHelper IReflectortionHelper
regexHelper IRegexHelper
Résultat System.Collections.Specialized