Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System.ServiceModel / System / ServiceModel / Configuration / HttpsTransportElement.cs
index 38d9700d5069c23dd6d90b10bbdf25d33acd8f53..5e54dbf2fbd56b5381e75db44bf21638ede23686 100644 (file)
@@ -30,7 +30,7 @@ namespace System.ServiceModel.Configuration
             base.CopyFrom(from);
 
             HttpsTransportElement source = (HttpsTransportElement)from;
-#pragma warning suppress 56506 // [....], base.CopyFrom() validates the argument
+#pragma warning suppress 56506 // Microsoft, base.CopyFrom() validates the argument
             this.RequireClientCertificate = source.RequireClientCertificate;
         }