Application Insights WebTests SDK
public class PingWebTestConfiguration : WebTestConfiguration | |
{ | |
private readonly WebTest _test; | |
... | |
public override string WebTest => this._test.ToXml(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment