Skip to content

Commit 440105a

Browse files
authored
Update windows-communication-foundation-services-and-wcf-data-services-in-visual-studio.md
1 parent 999fb66 commit 440105a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/data-tools/windows-communication-foundation-services-and-wcf-data-services-in-visual-studio.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Select a service endpoint by following these steps:
150150

151151
1. Add a reference to a WCF service by right-clicking the project node in **Solution Explorer** and selecting **Add service reference**.
152152

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.
154154

155155
### [C#](#tab/csharp)
156156

@@ -166,9 +166,9 @@ Select a service endpoint by following these steps:
166166

167167
---
168168

169-
1. When you enter the code, an IntelliSense list displays that includes the overloads for the constructor. Select the `endpointConfigurationName As String` overload.
169+
3. When you enter the code, an IntelliSense list displays that includes the overloads for the constructor. Select the `endpointConfigurationName As String` overload.
170170

171-
1. After you select the overload, enter `="<ServiceEndpoint>"`, where `<ServiceEndpoint>` is the name of the endpoint service you want to use.
171+
4. After you select the overload, enter `="<ServiceEndpoint>"`, where `<ServiceEndpoint>` is the name of the endpoint service you want to use.
172172

173173
> [!TIP]
174174
> The names of the available endpoints are defined in the *app.config* file.
@@ -227,7 +227,7 @@ To bind a control to a single data field returned by a WCF service, use these st
227227

228228
1. Drag the field onto a form. The control is added to the form along with a <xref:System.Windows.Forms.BindingSource> component and a <xref:System.Windows.Forms.BindingNavigator> component.
229229

230-
1. Repeat steps 4 though 6 and bind any other fields.
230+
1. Repeat steps 4 through 6 and bind any other fields.
231231

232232
### Bind control to composite type returned by WCF service
233233

0 commit comments

Comments
 (0)