We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c1d14c commit 5dc1edfCopy full SHA for 5dc1edf
1 file changed
src/VirtualClient/VirtualClient.Common/Rest/IRestClientBuilder.cs
@@ -40,7 +40,6 @@ public interface IRestClientBuilder : IDisposable
40
41
/// <summary>
42
/// Always trust the server certificate.
43
- /// Note that this method override the underlying httpclient and previous builder methods, so this builder method should be used first.
44
/// </summary>
45
/// <returns>Builder itself.</returns>
46
IRestClientBuilder AlwaysTrustServerCertificate();
0 commit comments