Skip to content

Commit 65987c8

Browse files
authored
Fix inconsistency in WCF message inspector doc (#46319)
1 parent a1d7017 commit 65987c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/framework/wcf/extending/how-to-inspect-and-modify-messages-on-the-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.assetid: 9c5b1cc7-84f3-45f8-9226-d59c278e8c42
99
---
1010
# How to: Inspect and Modify Messages on the Service
1111

12-
You can inspect or modify the incoming or outgoing messages across a Windows Communication Foundation (WCF) client by implementing a <xref:System.ServiceModel.Dispatcher.IDispatchMessageInspector?displayProperty=nameWithType> and inserting it into the service runtime. For more information, see [Extending Dispatchers](extending-dispatchers.md). The equivalent feature on the service is the <xref:System.ServiceModel.Dispatcher.IClientMessageInspector?displayProperty=nameWithType>.
12+
You can inspect or modify the incoming or outgoing messages across a Windows Communication Foundation (WCF) service by implementing a <xref:System.ServiceModel.Dispatcher.IDispatchMessageInspector?displayProperty=nameWithType> and inserting it into the service runtime. For more information, see [Extending Dispatchers](extending-dispatchers.md). The equivalent feature on the client is the <xref:System.ServiceModel.Dispatcher.IClientMessageInspector?displayProperty=nameWithType>.
1313

1414
### To inspect or modify messages
1515

0 commit comments

Comments
 (0)