Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions xml/System.Linq/ParallelEnumerable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10639,7 +10639,7 @@
<exception cref="T:System.InvalidOperationException">
<paramref name="WithCancellation" /> is used multiple times in the query.</exception>
<related type="Article" href="/dotnet/standard/parallel-programming/parallel-linq-plinq">Parallel LINQ (PLINQ)</related>
<related type="Article" href="https://msdn.microsoft.com/library/80b14640-edfa-4153-be1b-3e003d3e9c1a">How to: Cancel a PLINQ Query</related>
<related type="Article" href="/dotnet/standard/parallel-programming/how-to-cancel-a-plinq-query">How to: Cancel a PLINQ Query</related>
<related type="Article" href="/dotnet/standard/threading/cancellation-in-managed-threads">Cancellation</related>
</Docs>
</Member>
Expand Down Expand Up @@ -10799,8 +10799,8 @@
<exception cref="T:System.InvalidOperationException">
<paramref name="WithMergeOptions" /> is used multiple times in the query.</exception>
<related type="Article" href="/dotnet/standard/parallel-programming/parallel-linq-plinq">Parallel LINQ (PLINQ)</related>
<related type="Article" href="https://msdn.microsoft.com/library/e8f7be3b-88de-4f33-ab14-dc008e76c1ba">Merge Options in PLINQ</related>
<related type="Article" href="https://msdn.microsoft.com/library/0f33b527-e91a-4550-a39a-e63e396fd831">How to: Specify Merge Options in PLINQ</related>
<related type="Article" href="/dotnet/standard/parallel-programming/merge-options-in-plinq">Merge Options in PLINQ</related>
<related type="Article" href="/dotnet/standard/parallel-programming/how-to-specify-merge-options-in-plinq">How to: Specify Merge Options in PLINQ</related>
</Docs>
</Member>
<MemberGroup MemberName="Zip&lt;TFirst,TSecond,TResult&gt;">
Expand Down
4 changes: 2 additions & 2 deletions xml/System.Linq/ParallelExecutionMode.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
<summary>The query execution mode is a hint that specifies how the system should handle performance trade-offs when parallelizing queries.</summary>
<remarks>To be added.</remarks>
<related type="Article" href="/dotnet/standard/parallel-programming/parallel-linq-plinq">Parallel LINQ (PLINQ)</related>
<related type="Article" href="https://msdn.microsoft.com/library/e52ff26c-c5d3-4fab-9fec-c937fb387963">How to: Specify the Execution Mode in PLINQ</related>
<related type="Article" href="https://msdn.microsoft.com/library/53706c7e-397d-467a-98cd-c0d1fd63ba5e">Understanding Speedup in PLINQ</related>
<related type="Article" href="/dotnet/standard/parallel-programming/how-to-specify-the-execution-mode-in-plinq">How to: Specify the Execution Mode in PLINQ</related>
<related type="Article" href="/dotnet/standard/parallel-programming/understanding-speedup-in-plinq">Understanding Speedup in PLINQ</related>
</Docs>
<Members>
<Member MemberName="Default">
Expand Down
4 changes: 2 additions & 2 deletions xml/System.Linq/ParallelMergeOptions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
]]></format>
</remarks>
<related type="Article" href="/dotnet/standard/parallel-programming/parallel-linq-plinq">Parallel LINQ (PLINQ)</related>
<related type="Article" href="https://msdn.microsoft.com/library/e8f7be3b-88de-4f33-ab14-dc008e76c1ba">Merge Options in PLINQ</related>
<related type="Article" href="https://msdn.microsoft.com/library/0f33b527-e91a-4550-a39a-e63e396fd831">How to: Specify Merge Options in PLINQ</related>
<related type="Article" href="/dotnet/standard/parallel-programming/merge-options-in-plinq">Merge Options in PLINQ</related>
<related type="Article" href="/dotnet/standard/parallel-programming/how-to-specify-merge-options-in-plinq">How to: Specify Merge Options in PLINQ</related>
</Docs>
<Members>
<Member MemberName="AutoBuffered">
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Linq/Queryable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<related type="Article" href="https://msdn.microsoft.com/library/a73c4aec-5d15-4e98-b962-1274021ea93d">Language-Integrated Query (LINQ)</related>
<related type="Article" href="https://msdn.microsoft.com/library/24cda21e-8af8-4632-b519-c404a839b9b2">Standard Query Operators Overview</related>
<related type="Article" href="https://msdn.microsoft.com/library/fb1d3ed8-d5b0-4211-a71f-dd271529294b">Expression Trees</related>
<related type="Article" href="https://msdn.microsoft.com/library/73d13345-eece-471a-af40-4cc7a2f11655">LINQ to SQL</related>
<related type="Article" href="/dotnet/framework/data/adonet/sql/linq/">LINQ to SQL</related>
</Docs>
<Members>
<Member MemberName="Aggregate&lt;TSource&gt;">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

]]></format>
</remarks>
<related type="Article" href="https://msdn.microsoft.com/library/6a0f0318-f8f6-466c-9fae-199d7274a82e">&lt;net.pipe&gt;</related>
<related type="Article" href="https://msdn.microsoft.com/library/8bc2f2be-11c1-4bab-9018-1d21ae568d94">&lt;net.tcp&gt;</related>
<related type="Article" href="/dotnet/framework/configure-apps/file-schema/wcf/net-pipe">&lt;net.pipe&gt;</related>
<related type="Article" href="/dotnet/framework/configure-apps/file-schema/wcf/net-tcp">&lt;net.tcp&gt;</related>
</Docs>
<Members>
<MemberGroup MemberName=".ctor">
Expand Down
2 changes: 1 addition & 1 deletion xml/System.ServiceModel.Channels/CommunicationObject.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1617,7 +1617,7 @@
<exception cref="T:System.ServiceModel.CommunicationObjectFaultedException">The communication object is in a <see cref="F:System.ServiceModel.CommunicationState.Faulted" /> state and cannot be modified.</exception>
<exception cref="T:System.TimeoutException">The default interval of time that was allotted for the operation was exceeded before the operation was completed.</exception>
<altmember cref="M:System.ServiceModel.Channels.CommunicationObject.BeginOpen(System.AsyncCallback,System.Object)" />
<related type="Article" href="https://msdn.microsoft.com/library/01e7d0b8-10f9-45c3-a4c5-53d44dc61eb8">Message Security with a Windows Client</related>
<related type="Article" href="/dotnet/framework/wcf/feature-details/message-security-with-a-windows-client">Message Security with a Windows Client</related>
</Docs>
</Member>
<Member MemberName="Open">
Expand Down
4 changes: 2 additions & 2 deletions xml/System.ServiceModel.Channels/DeliveryFailure.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@

]]></format>
</remarks>
<related type="Article" href="https://msdn.microsoft.com/library/b8757992-ffce-40ad-9e9b-3243f6d0fce1">Using Queues</related>
<related type="Article" href="https://msdn.microsoft.com/library/62210fd8-a372-4d55-ab9b-c99827d1885e">How To: Exchange Messages with WCF Endpoints and MSMQ applications</related>
<related type="Article" href="/dotnet/framework/wcf/feature-details/queues-overview">Using Queues</related>
<related type="Article" href="/dotnet/framework/wcf/feature-details/how-to-exchange-messages-with-wcf-endpoints-and-message-queuing-applications">How To: Exchange Messages with WCF Endpoints and MSMQ applications</related>
</Docs>
<Members>
<Member MemberName="AccessDenied">
Expand Down
4 changes: 2 additions & 2 deletions xml/System.ServiceModel.Channels/SecurityBindingElement.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@

]]></format>
</remarks>
<related type="Article" href="https://msdn.microsoft.com/library/12300bf4-c730-4405-9f65-d286f68b5a43">SecurityBindingElement Authentication Modes</related>
<related type="Article" href="https://msdn.microsoft.com/library/203a9f9e-3a73-427c-87aa-721c56265b29">How To: Create a Custom Binding Using the SecurityBindingElement</related>
<related type="Article" href="/dotnet/framework/wcf/feature-details/securitybindingelement-authentication-modes">SecurityBindingElement Authentication Modes</related>
<related type="Article" href="/dotnet/framework/wcf/feature-details/how-to-create-a-custom-binding-using-the-securitybindingelement">How To: Create a Custom Binding Using the SecurityBindingElement</related>
</Docs>
<Members>
<Member MemberName="AllowInsecureTransport">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

]]></format>
</remarks>
<related type="Article" href="https://msdn.microsoft.com/library/e3da85c8-57f3-4e32-a4cb-50123f30fea6">Custom Stream Upgrades</related>
<related type="Article" href="/dotnet/framework/wcf/extending/custom-stream-upgrades">Custom Stream Upgrades</related>
</Docs>
<Members>
<Member MemberName=".ctor">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

]]></format>
</remarks>
<related type="Article" href="https://msdn.microsoft.com/library/e3da85c8-57f3-4e32-a4cb-50123f30fea6">Custom Stream Upgrades</related>
<related type="Article" href="/dotnet/framework/wcf/extending/custom-stream-upgrades">Custom Stream Upgrades</related>
</Docs>
<Members>
<Member MemberName=".ctor">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

]]></format>
</remarks>
<related type="Article" href="https://msdn.microsoft.com/library/e3da85c8-57f3-4e32-a4cb-50123f30fea6">Custom Stream Upgrades</related>
<related type="Article" href="/dotnet/framework/wcf/extending/custom-stream-upgrades">Custom Stream Upgrades</related>
</Docs>
<Members>
<MemberGroup MemberName=".ctor">
Expand Down
2 changes: 1 addition & 1 deletion xml/System.ServiceModel.Channels/StreamUpgradeAcceptor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

]]></format>
</remarks>
<related type="Article" href="https://msdn.microsoft.com/library/e3da85c8-57f3-4e32-a4cb-50123f30fea6">Custom Stream Upgrades</related>
<related type="Article" href="/dotnet/framework/wcf/extending/custom-stream-upgrades">Custom Stream Upgrades</related>
</Docs>
<Members>
<Member MemberName=".ctor">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

]]></format>
</remarks>
<related type="Article" href="https://msdn.microsoft.com/library/e3da85c8-57f3-4e32-a4cb-50123f30fea6">Custom Stream Upgrades</related>
<related type="Article" href="/dotnet/framework/wcf/extending/custom-stream-upgrades">Custom Stream Upgrades</related>
</Docs>
<Members>
<MemberGroup MemberName=".ctor">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

]]></format>
</remarks>
<related type="Article" href="https://msdn.microsoft.com/library/e3da85c8-57f3-4e32-a4cb-50123f30fea6">Custom Stream Upgrades</related>
<related type="Article" href="/dotnet/framework/wcf/extending/custom-stream-upgrades">Custom Stream Upgrades</related>
</Docs>
<Members>
<Member MemberName=".ctor">
Expand Down
2 changes: 1 addition & 1 deletion xml/System.ServiceModel.Channels/StreamUpgradeProvider.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

]]></format>
</remarks>
<related type="Article" href="https://msdn.microsoft.com/library/e3da85c8-57f3-4e32-a4cb-50123f30fea6">Custom Stream Upgrades</related>
<related type="Article" href="/dotnet/framework/wcf/extending/custom-stream-upgrades">Custom Stream Upgrades</related>
</Docs>
<Members>
<MemberGroup MemberName=".ctor">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<Docs>
<summary>Contains a collection of <see cref="T:System.ServiceModel.Configuration.AuthorizationPolicyTypeElement" /> instances. This class cannot be inherited.</summary>
<remarks>To be added.</remarks>
<related type="Article" href="https://msdn.microsoft.com/library/5b367489-54d7-408b-8f56-cb157dd68eaf">AuthorizationPolicy in Configuration</related>
<related type="Article" href="/dotnet/framework/configure-apps/file-schema/wcf/authorizationpolicies">&lt;authorizationPolicies&gt;</related>
</Docs>
<Members>
<Member MemberName=".ctor">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<summary>Represents a configuration element that specifies the base addresses used by the service host. This class cannot be inherited.</summary>
<remarks>To be added.</remarks>
<altmember cref="T:System.ServiceModel.Configuration.HostElement" />
<related type="Article" href="https://msdn.microsoft.com/library/78918102-2898-46e0-9ea8-6b8afe65603e">BaseAddresses in Configuration</related>
<related type="Article" href="/dotnet/framework/configure-apps/file-schema/wcf/baseaddresses">&lt;BaseAddresses&gt;</related>
</Docs>
<Members>
<Member MemberName=".ctor">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<Docs>
<summary>Represents a collection of <see cref="T:System.ServiceModel.Configuration.BaseAddressElement" /> objects.</summary>
<remarks>To be added.</remarks>
<related type="Article" href="https://msdn.microsoft.com/library/78918102-2898-46e0-9ea8-6b8afe65603e">BaseAddresses in Config</related>
<related type="Article" href="/dotnet/framework/configure-apps/file-schema/wcf/baseaddresses">&lt;BaseAddresses&gt;</related>
</Docs>
<Members>
<Member MemberName=".ctor">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<summary>Represents a configuration section that holds a collection of <see cref="T:System.ServiceModel.Configuration.BasicHttpBindingElement" /> instances.</summary>
<remarks>To be added.</remarks>
<altmember cref="T:System.ServiceModel.BasicHttpBinding" />
<related type="Article" href="https://msdn.microsoft.com/library/85cf1a4f-26c2-48c7-bda6-6c960d5d3fb3">BasicHttpBinding in Configuration</related>
<related type="Article" href="/dotnet/framework/configure-apps/file-schema/wcf/basichttpbinding">&lt;basicHttpBinding&gt;</related>
</Docs>
<Members>
<Member MemberName=".ctor">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<summary>Represents an XML element that specifies a binding used to communicate with WS-I Basic Profile 1.1-conformant Web Services like ASMX-based services or to accept messages from ASMX-based clients.</summary>
<remarks>To be added.</remarks>
<altmember cref="T:System.ServiceModel.BasicHttpBinding" />
<related type="Article" href="https://msdn.microsoft.com/library/85cf1a4f-26c2-48c7-bda6-6c960d5d3fb3">BasicHttpBinding in Configuration</related>
<related type="Article" href="/dotnet/framework/configure-apps/file-schema/wcf/basichttpbinding">&lt;basicHttpBinding&gt;</related>
</Docs>
<Members>
<MemberGroup MemberName=".ctor">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<summary>An XML element that configures HTTP message security.</summary>
<remarks>To be added.</remarks>
<altmember cref="T:System.ServiceModel.BasicHttpMessageSecurity" />
<related type="Article" href="https://msdn.microsoft.com/library/51cdd329-6461-471a-8747-56c2299b61e5">BasicHttpMessageSecurity in configuration</related>
<related type="Article" href="/dotnet/framework/configure-apps/file-schema/wcf/message-of-basichttpbinding">&lt;message&gt; of &lt;basicHttpBinding&gt;</related>
</Docs>
<Members>
<Member MemberName=".ctor">
Expand Down
2 changes: 1 addition & 1 deletion xml/System.ServiceModel.Configuration/BehaviorsSection.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

]]></format>
</remarks>
<related type="Article" href="https://msdn.microsoft.com/library/0e5da4e6-1aa5-466c-924e-f10efee57f0b">Behaviors in Configuration</related>
<related type="Article" href="/dotnet/framework/configure-apps/file-schema/wcf/behaviors">&lt;behaviors&gt;</related>
</Docs>
<Members>
<Member MemberName=".ctor">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<Docs>
<summary>Represents a configuration section that contains a collection of binding elements, each of which describes an aspect of how an endpoint communicates with other endpoints, that is built, consistently, into a channel factory on the client and a channel listener on the service.</summary>
<remarks>To be added.</remarks>
<related type="Article" href="https://msdn.microsoft.com/library/b62cd369-5409-4030-8490-9759a462dd3a">Bindings in Configuration</related>
<related type="Article" href="/dotnet/framework/configure-apps/file-schema/wcf/bindings">&lt;bindings&gt;</related>
</Docs>
<Members>
<Member MemberName=".ctor">
Expand Down
2 changes: 1 addition & 1 deletion xml/System.ServiceModel.Configuration/BindingsSection.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<Docs>
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Configuration.BindingsSection" /> class.</summary>
<remarks>To be added.</remarks>
<related type="Article" href="https://msdn.microsoft.com/library/b62cd369-5409-4030-8490-9759a462dd3a">Bindings in Configuration</related>
<related type="Article" href="/dotnet/framework/configure-apps/file-schema/wcf/bindings">&lt;bindings&gt;</related>
</Docs>
</Member>
<Member MemberName="BasicHttpBinding">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<Docs>
<summary>Represents a configuration element that specifies timeout for a client callback. This class cannot be inherited.</summary>
<remarks>To be added.</remarks>
<related type="Article" href="https://msdn.microsoft.com/library/d7fcfc5f-6d35-491e-8fa6-2f964c1e792f">CallbackTimeouts in Configuration</related>
<related type="Article" href="/dotnet/framework/configure-apps/file-schema/wcf/callbacktimeouts">&lt;callbackTimeouts&gt;</related>
</Docs>
<Members>
<Member MemberName=".ctor">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<summary>Represents a configuration element that specifies a channel to transfer messages using named pipes when it is included in a custom binding. This class cannot be inherited.</summary>
<remarks>To be added.</remarks>
<altmember cref="T:System.ServiceModel.Channels.NamedPipeTransportBindingElement" />
<related type="Article" href="https://msdn.microsoft.com/library/9fc3f42f-43e2-4ab1-8bc7-3c95a9220df1">namedPipeTransport element</related>
<related type="Article" href="/dotnet/framework/configure-apps/file-schema/wcf/namedpipetransport">&lt;namedPipeTransport&gt;</related>
</Docs>
<Members>
<Member MemberName=".ctor">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
]]></format>
</remarks>
<altmember cref="T:System.ServiceModel.NetMsmqBinding" />
<related type="Article" href="https://msdn.microsoft.com/library/a68b44d7-7799-43a3-9e63-f07c782810a6">netMsmqBinding Element</related>
<related type="Article" href="/dotnet/framework/configure-apps/file-schema/wcf/netmsmqbinding">&lt;netMsmqBinding&gt;</related>
</Docs>
<Members>
<MemberGroup MemberName=".ctor">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<Docs>
<summary>Represents a configuration section that contains a collection of <see cref="T:System.ServiceModel.Configuration.NetNamedPipeBindingElement" /> instances.</summary>
<remarks>To be added.</remarks>
<related type="Article" href="https://msdn.microsoft.com/library/00a8580b-face-47a4-838d-b9fed48e72df">netNamedPipeBinding Element</related>
<related type="Article" href="/dotnet/framework/configure-apps/file-schema/wcf/netnamedpipebinding">&lt;netNamedPipeBinding&gt;</related>
</Docs>
<Members>
<Member MemberName=".ctor">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
]]></format>
</remarks>
<altmember cref="T:System.ServiceModel.NetNamedPipeBinding" />
<related type="Article" href="https://msdn.microsoft.com/library/00a8580b-face-47a4-838d-b9fed48e72df">netNamedPipeBinding Element</related>
<related type="Article" href="/dotnet/framework/configure-apps/file-schema/wcf/netnamedpipebinding">&lt;netNamedPipeBinding&gt;</related>
</Docs>
<Members>
<MemberGroup MemberName=".ctor">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<summary>Represents a configuration element that contains a collection of <see cref="T:System.ServiceModel.Configuration.NetTcpBindingElement" /> instances.</summary>
<remarks>To be added.</remarks>
<altmember cref="T:System.ServiceModel.NetTcpBinding" />
<related type="Article" href="https://msdn.microsoft.com/library/5c5104a7-8754-4335-8233-46a45322503e">netTcpBinding Element</related>
<related type="Article" href="/dotnet/framework/configure-apps/file-schema/wcf/nettcpbinding">&lt;netTcpBinding&gt;</related>
</Docs>
<Members>
<Member MemberName=".ctor">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

]]></format>
</remarks>
<related type="Article" href="https://msdn.microsoft.com/library/b0d03456-546f-44bb-ab12-1b2ce7f98fca">&lt;policyImporter&gt;</related>
<related type="Article" href="/dotnet/framework/configure-apps/file-schema/wcf/policyimporter">&lt;policyImporter&gt;</related>
</Docs>
<Members>
<MemberGroup MemberName=".ctor">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<Docs>
<summary>Represents a collection of <see cref="T:System.ServiceModel.Configuration.PolicyImporterElement" /> instances. This class cannot be inherited.</summary>
<remarks>To be added.</remarks>
<related type="Article" href="https://msdn.microsoft.com/library/f8267a6f-bc09-4ec1-9b26-9445f137f663">&lt;policyImporters&gt;</related>
<related type="Article" href="/dotnet/framework/configure-apps/file-schema/wcf/policyimporters">&lt;policyImporters&gt;</related>
</Docs>
<Members>
<Member MemberName=".ctor">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<summary>Represents a configuration element that specifies a privacy notice used in <see langword="wsFederationHttp" /> binding.</summary>
<remarks>To be added.</remarks>
<altmember cref="T:System.ServiceModel.Channels.PrivacyNoticeBindingElement" />
<related type="Article" href="https://msdn.microsoft.com/library/4cc96942-4eb9-4241-b2fd-45aa239915e8">&lt;privacyNoticeAt&gt;</related>
<related type="Article" href="/dotnet/framework/configure-apps/file-schema/wcf/privacynoticeat">&lt;privacyNoticeAt&gt;</related>
</Docs>
<Members>
<Member MemberName=".ctor">
Expand Down
Loading