Skip to content

Commit 3c26dd4

Browse files
nschonniBillWagner
authored andcommitted
fix: Udp TransportSettings message (#2213)
- Tranport -> Transport - Serivce -> Service
1 parent d203cf7 commit 3c26dd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

xml/System.ServiceModel.Discovery/UdpAnnouncementEndpoint.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
</AssemblyInfo>
233233
<Attributes>
234234
<Attribute FrameworkAlternate="netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8">
235-
<AttributeName>System.Obsolete("TranportSettings property in System.SerivceModel.Discovery.UdpAnnouncementEndpoint is obsolete. Consider using System.ServiceModel.Channels.UdpTransportBindingElement for setting the transport properties.")</AttributeName>
235+
<AttributeName>System.Obsolete("TransportSettings property in System.ServiceModel.Discovery.UdpAnnouncementEndpoint is obsolete. Consider using System.ServiceModel.Channels.UdpTransportBindingElement for setting the transport properties.")</AttributeName>
236236
</Attribute>
237237
<Attribute FrameworkAlternate="netframework-4.0">
238238
<AttributeName>get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")</AttributeName>

xml/System.ServiceModel.Discovery/UdpDiscoveryEndpoint.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
</AssemblyInfo>
254254
<Attributes>
255255
<Attribute FrameworkAlternate="netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8">
256-
<AttributeName>System.Obsolete("TranportSettings property in System.SerivceModel.Discovery.UdpDiscoveryEndpoint is obsolete. Consider using System.ServiceModel.Channels.UdpTransportBindingElement for setting the transport properties.")</AttributeName>
256+
<AttributeName>System.Obsolete("TransportSettings property in System.ServiceModel.Discovery.UdpDiscoveryEndpoint is obsolete. Consider using System.ServiceModel.Channels.UdpTransportBindingElement for setting the transport properties.")</AttributeName>
257257
</Attribute>
258258
<Attribute FrameworkAlternate="netframework-4.0">
259259
<AttributeName>get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")</AttributeName>

0 commit comments

Comments
 (0)