public void ChangeResponse( string regexUrl, IEnumerable<string> regexesForReplace, IEnumerable<string> datasForReplace, bool allTime )
Parameters
- regexUrl
Type: System.String
The regex string to find the response url.
- regexesForReplace
Type: System.Collections.IEnumerable
Collection of regexs to find data in the response body.
- datasForReplace
Type: System.Collections.IEnumerable
Collection of strings to replace the relevant data.
- allTime
Type: System.Boolean
The true if use this replacement all time; otherwise and default, false.