@Kmcnet, Welcome to Microsoft Q&A, based on my research, we need to wait for response to get output.
I used winform app to test it.
private async void button1_Click(object sender, EventArgs e)
{
RaiseConnectionDialogHttp raiseConnectionDialogHttp = new RaiseConnectionDialogHttp();
string resp = await raiseConnectionDialogHttp.RaiseConnectionDialog();
MessageBox.Show(resp);
}
Result:
Hope my solution could be helpful for you.
Best Regards,
Jack
If the answer is the right solution, please click "Accept Answer" and upvote it.If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.