You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/data-tools/windows-communication-foundation-services-and-wcf-data-services-in-visual-studio.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,7 @@ Select a service endpoint by following these steps:
150
150
151
151
1. Add a reference to a WCF service by right-clicking the project node in **Solution Explorer** and selecting **Add service reference**.
152
152
153
-
1. In the Code Editor, add a constructor for the service reference. Replace `ServiceReference` with the namespace for the service reference, and replace `Service1Client` with the name of the service.
153
+
2. In the Code Editor, add a constructor for the service reference. Replace `ServiceReference` with the namespace for the service reference, and replace `Service1Client` with the name of the service.
154
154
155
155
### [C#](#tab/csharp)
156
156
@@ -166,9 +166,9 @@ Select a service endpoint by following these steps:
0 commit comments