IWebPageResponseHook.GetResponse
This commit is contained in:
parent
ee6a1ddb80
commit
2b1b170baa
|
|
@ -5,5 +5,5 @@ namespace BotSharp.Abstraction.Browsing;
|
|||
public interface IWebPageResponseHook
|
||||
{
|
||||
void OnDataFetched(MessageInfo message, string url, string postData, string responsData);
|
||||
T? GetResponse<T>(MessageInfo message, string url);
|
||||
T? GetResponse<T>(MessageInfo message, string url, string? queryParameter = null);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue