We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b497ccd commit c33fdd4Copy full SHA for c33fdd4
docs/framework/wcf/accessing-services-using-a-wcf-client.md
@@ -152,7 +152,7 @@ End Class
152
153
```csharp
154
// Create a client object with the given client endpoint configuration.
155
-CalculatorClient calcClient = new CalculatorClient("CalculatorEndpoint"));
+CalculatorClient calcClient = new CalculatorClient("CalculatorEndpoint");
156
// Call the Add service operation.
157
double value1 = 100.00D;
158
double value2 = 15.99D;
0 commit comments