Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
8 changes: 4 additions & 4 deletions xml/System.ServiceModel.Channels/ChannelBase.xml
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@
<format type="text/markdown"><![CDATA[

## Remarks
<xref:System.ServiceModel.Channels.ChannelBase.System#ServiceModel#IDefaultCommunicationTimeouts#CloseTimeout> calls <xref:System.ServiceModel.Channels.ChannelBase.DefaultCloseTimeout>.
<xref:System.ServiceModel.Channels.ChannelBase.System%23ServiceModel%23IDefaultCommunicationTimeouts%23CloseTimeout> calls <xref:System.ServiceModel.Channels.ChannelBase.DefaultCloseTimeout>.

]]></format>
</remarks>
Expand Down Expand Up @@ -518,7 +518,7 @@
<format type="text/markdown"><![CDATA[

## Remarks
<xref:System.ServiceModel.Channels.ChannelBase.System#ServiceModel#IDefaultCommunicationTimeouts#OpenTimeout> calls <xref:System.ServiceModel.Channels.ChannelBase.DefaultOpenTimeout>.
<xref:System.ServiceModel.Channels.ChannelBase.System%23ServiceModel%23IDefaultCommunicationTimeouts%23OpenTimeout> calls <xref:System.ServiceModel.Channels.ChannelBase.DefaultOpenTimeout>.

]]></format>
</remarks>
Expand Down Expand Up @@ -568,7 +568,7 @@
<format type="text/markdown"><![CDATA[

## Remarks
<xref:System.ServiceModel.Channels.ChannelBase.System#ServiceModel#IDefaultCommunicationTimeouts#ReceiveTimeout> calls <xref:System.ServiceModel.Channels.ChannelBase.DefaultReceiveTimeout>.
<xref:System.ServiceModel.Channels.ChannelBase.System%23ServiceModel%23IDefaultCommunicationTimeouts%23ReceiveTimeout> calls <xref:System.ServiceModel.Channels.ChannelBase.DefaultReceiveTimeout>.

]]></format>
</remarks>
Expand Down Expand Up @@ -618,7 +618,7 @@
<format type="text/markdown"><![CDATA[

## Remarks
<xref:System.ServiceModel.Channels.ChannelBase.System#ServiceModel#IDefaultCommunicationTimeouts#SendTimeout> calls <xref:System.ServiceModel.Channels.ChannelBase.DefaultSendTimeout>.
<xref:System.ServiceModel.Channels.ChannelBase.System%23ServiceModel%23IDefaultCommunicationTimeouts%23SendTimeout> calls <xref:System.ServiceModel.Channels.ChannelBase.DefaultSendTimeout>.

]]></format>
</remarks>
Expand Down
4 changes: 2 additions & 2 deletions xml/System.ServiceModel.Channels/ChannelManagerBase.xml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@
<format type="text/markdown"><![CDATA[

## Remarks
<xref:System.ServiceModel.Channels.ChannelManagerBase.System#ServiceModel#IDefaultCommunicationTimeouts#ReceiveTimeout> calls <xref:System.ServiceModel.Channels.ChannelManagerBase.DefaultReceiveTimeout>.
<xref:System.ServiceModel.Channels.ChannelManagerBase.System%23ServiceModel%23IDefaultCommunicationTimeouts%23ReceiveTimeout> calls <xref:System.ServiceModel.Channels.ChannelManagerBase.DefaultReceiveTimeout>.

]]></format>
</remarks>
Expand Down Expand Up @@ -363,7 +363,7 @@
<format type="text/markdown"><![CDATA[

## Remarks
<xref:System.ServiceModel.Channels.ChannelManagerBase.System#ServiceModel#IDefaultCommunicationTimeouts#SendTimeout> calls <xref:System.ServiceModel.Channels.ChannelManagerBase.DefaultSendTimeout>.
<xref:System.ServiceModel.Channels.ChannelManagerBase.System%23ServiceModel%23IDefaultCommunicationTimeouts%23SendTimeout> calls <xref:System.ServiceModel.Channels.ChannelManagerBase.DefaultSendTimeout>.

]]></format>
</remarks>
Expand Down
2 changes: 1 addition & 1 deletion xml/System.ServiceModel.Channels/IOutputChannel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

[!INCLUDE [untrusted-data-interface-note](~/includes/untrusted-data-interface-note.md)]

The <xref:System.ServiceModel.Channels.IOutputChannel> interface defines synchronous and asynchronous variants of the <xref:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IOutputChannel#Send*> operation. It provides a <xref:System.ServiceModel.Channels.IOutputChannel.RemoteAddress> for the destination of the messages sent out on the channel.
The <xref:System.ServiceModel.Channels.IOutputChannel> interface defines synchronous and asynchronous variants of the <xref:System.ServiceModel.ClientBase`1.ChannelBase`1.System%23ServiceModel%23Channels%23IOutputChannel%23Send*> operation. It provides a <xref:System.ServiceModel.Channels.IOutputChannel.RemoteAddress> for the destination of the messages sent out on the channel.

]]></format>
</remarks>
Expand Down
2 changes: 1 addition & 1 deletion xml/System.ServiceModel.Channels/IRequestChannel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

[!INCLUDE [untrusted-data-interface-note](~/includes/untrusted-data-interface-note.md)]

The <xref:System.ServiceModel.Channels.IRequestChannel> defines synchronous and asynchronous variants of a <xref:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IRequestChannel#Request*> method that returns a response message. It also provides a <xref:System.ServiceModel.Channels.IRequestChannel.RemoteAddress> and <xref:System.ServiceModel.Channels.IRequestChannel.Via> properties to retrieve the endpoint address and URI to which the request message is sent.
The <xref:System.ServiceModel.Channels.IRequestChannel> defines synchronous and asynchronous variants of a <xref:System.ServiceModel.ClientBase`1.ChannelBase`1.System%23ServiceModel%23Channels%23IRequestChannel%23Request*> method that returns a response message. It also provides a <xref:System.ServiceModel.Channels.IRequestChannel.RemoteAddress> and <xref:System.ServiceModel.Channels.IRequestChannel.Via> properties to retrieve the endpoint address and URI to which the request message is sent.

]]></format>
</remarks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
## Remarks
Override this class to extend the standard mapping between WSDL and a message encoding binding element. Then attach your custom object to a `WsdlImporter` either programmatically or by using an application configuration file. You can also attach your custom object to the internal `WsdlImporter` used by the [Service Trace Viewer Tool (SvcTraceViewer.exe)](/dotnet/framework/wcf/service-trace-viewer-tool-svctraceviewer-exe) using an application configuration file.
Use the <xref:System.ServiceModel.Channels.MessageEncodingBindingElementImporter.System#ServiceModel#Description#IWsdlImportExtension#BeforeImport*> method to directly modify the metadata that is then imported into message encoding binding elements.
Use the <xref:System.ServiceModel.Channels.MessageEncodingBindingElementImporter.System%23ServiceModel%23Description%23IWsdlImportExtension%23BeforeImport*> method to directly modify the metadata that is then imported into message encoding binding elements.
]]></format>
</remarks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@
<format type="text/markdown"><![CDATA[

## Remarks
The <xref:System.ServiceModel.Channels.MtomMessageEncodingBindingElement.System#ServiceModel#Description#IWsdlExportExtension#ExportEndpoint(System.ServiceModel.Description.WsdlExporter,System.ServiceModel.Description.WsdlEndpointConversionContext)> method puts the SOAP message version into the WSDL.
The <xref:System.ServiceModel.Channels.MtomMessageEncodingBindingElement.System%23ServiceModel%23Description%23IWsdlExportExtension%23ExportEndpoint(System.ServiceModel.Description.WsdlExporter,System.ServiceModel.Description.WsdlEndpointConversionContext)> method puts the SOAP message version into the WSDL.

]]></format>
</remarks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
## Remarks
Override this class to extend the standard mapping between WSDL and a standard binding. Then attach your custom object to a <xref:System.ServiceModel.Description.WsdlImporter> either programmatically or by using an application configuration file. You can also attach your custom object to the internal <xref:System.ServiceModel.Description.WsdlImporter> used by the [ServiceModel Metadata Utility Tool (Svcutil.exe)](/dotnet/framework/wcf/servicemodel-metadata-utility-tool-svcutil-exe) using an application configuration file.

Use the <xref:System.ServiceModel.Channels.StandardBindingImporter.System#ServiceModel#Description#IWsdlImportExtension#BeforeImport*> method to directly modify the metadata that is then imported into standard binding objects.
Use the <xref:System.ServiceModel.Channels.StandardBindingImporter.System%23ServiceModel%23Description%23IWsdlImportExtension%23BeforeImport*> method to directly modify the metadata that is then imported into standard binding objects.

]]></format>
</remarks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@
<format type="text/markdown"><![CDATA[

## Remarks
The <xref:System.ServiceModel.Channels.TextMessageEncodingBindingElement> is responsible for setting information about the message version in the WSDL. But this is done by the <xref:System.ServiceModel.Channels.TextMessageEncodingBindingElement.System#ServiceModel#Description#IWsdlExportExtension#ExportEndpoint(System.ServiceModel.Description.WsdlExporter,System.ServiceModel.Description.WsdlEndpointConversionContext)> method, not by <xref:System.ServiceModel.Channels.TextMessageEncodingBindingElement.System#ServiceModel#Description#IWsdlExportExtension#ExportContract(System.ServiceModel.Description.WsdlExporter,System.ServiceModel.Description.WsdlContractConversionContext)>, which is implemented but empty.
The <xref:System.ServiceModel.Channels.TextMessageEncodingBindingElement> is responsible for setting information about the message version in the WSDL. But this is done by the <xref:System.ServiceModel.Channels.TextMessageEncodingBindingElement.System%23ServiceModel%23Description%23IWsdlExportExtension%23ExportEndpoint(System.ServiceModel.Description.WsdlExporter,System.ServiceModel.Description.WsdlEndpointConversionContext)> method, not by <xref:System.ServiceModel.Channels.TextMessageEncodingBindingElement.System%23ServiceModel%23Description%23IWsdlExportExtension%23ExportContract(System.ServiceModel.Description.WsdlExporter,System.ServiceModel.Description.WsdlContractConversionContext)>, which is implemented but empty.

]]></format>
</remarks>
Expand Down Expand Up @@ -796,7 +796,7 @@
<format type="text/markdown"><![CDATA[

## Remarks
The <xref:System.ServiceModel.Channels.TextMessageEncodingBindingElement> is responsible for setting information about the message version in the WSDL. But this is done by the <xref:System.ServiceModel.Channels.TextMessageEncodingBindingElement.System#ServiceModel#Description#IWsdlExportExtension#ExportEndpoint(System.ServiceModel.Description.WsdlExporter,System.ServiceModel.Description.WsdlEndpointConversionContext)> method.
The <xref:System.ServiceModel.Channels.TextMessageEncodingBindingElement> is responsible for setting information about the message version in the WSDL. But this is done by the <xref:System.ServiceModel.Channels.TextMessageEncodingBindingElement.System%23ServiceModel%23Description%23IWsdlExportExtension%23ExportEndpoint(System.ServiceModel.Description.WsdlExporter,System.ServiceModel.Description.WsdlEndpointConversionContext)> method.

]]></format>
</remarks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
## Remarks
The service endpoint must have enabled transaction flow and its methods must flow transactions. The converted policy assertions all adhere to the WS-PolicyAssertions standard.

This class is used mainly by the infrastructure when it builds a proxy for a service that is transaction-flow enabled. Calling the <xref:System.ServiceModel.Channels.TransactionFlowBindingElementImporter.System#ServiceModel#Description#IPolicyImportExtension#ImportPolicy*> method adds a <xref:System.ServiceModel.Channels.TransactionFlowBindingElement> instance to the <xref:System.ServiceModel.Description.PolicyConversionContext> collection of binding elements. This also adds <xref:System.ServiceModel.TransactionFlowAttribute> instances, as appropriate, on the `Operations` collection present in the conversion context's contract.
This class is used mainly by the infrastructure when it builds a proxy for a service that is transaction-flow enabled. Calling the <xref:System.ServiceModel.Channels.TransactionFlowBindingElementImporter.System%23ServiceModel%23Description%23IPolicyImportExtension%23ImportPolicy*> method adds a <xref:System.ServiceModel.Channels.TransactionFlowBindingElement> instance to the <xref:System.ServiceModel.Description.PolicyConversionContext> collection of binding elements. This also adds <xref:System.ServiceModel.TransactionFlowAttribute> instances, as appropriate, on the `Operations` collection present in the conversion context's contract.

]]></format>
</remarks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@
<format type="text/markdown"><![CDATA[

## Remarks
The <xref:System.ServiceModel.Channels.WebMessageEncodingBindingElement> is responsible for setting information about the message version in the WSDL. But this is done by the <xref:System.ServiceModel.Channels.WebMessageEncodingBindingElement.System#ServiceModel#Description#IWsdlExportExtension#ExportEndpoint(System.ServiceModel.Description.WsdlExporter,System.ServiceModel.Description.WsdlEndpointConversionContext)> method.
The <xref:System.ServiceModel.Channels.WebMessageEncodingBindingElement> is responsible for setting information about the message version in the WSDL. But this is done by the <xref:System.ServiceModel.Channels.WebMessageEncodingBindingElement.System%23ServiceModel%23Description%23IWsdlExportExtension%23ExportEndpoint(System.ServiceModel.Description.WsdlExporter,System.ServiceModel.Description.WsdlEndpointConversionContext)> method.

]]></format>
</remarks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@
<format type="text/markdown"><![CDATA[
## Remarks
An explicit implementation of the <xref:System.ServiceModel.Description.ClientCredentials.System#ServiceModel#Description#IEndpointBehavior#AddBindingParameters*> method.
An explicit implementation of the <xref:System.ServiceModel.Description.ClientCredentials.System%23ServiceModel%23Description%23IEndpointBehavior%23AddBindingParameters*> method.
]]></format>
</remarks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<format type="text/markdown"><![CDATA[

## Remarks
Derive a class from <xref:System.ServiceModel.Discovery.DiscoveryServiceExtension> and override the <xref:System.ServiceModel.Discovery.DiscoveryServiceExtension.GetDiscoveryService*> method to return your custom discovery service. Add your derived class to the <xref:System.ServiceModel.ServiceHost> extensions that host your discoverable service. When the <xref:System.ServiceModel.ServiceBehaviorAttribute.System#ServiceModel#Description#IServiceBehavior#Validate*> is called the behavior iterates through the extensions in the service host and looks for a <xref:System.ServiceModel.Discovery.DiscoveryServiceExtension>. If one is found its <xref:System.ServiceModel.Discovery.DiscoveryServiceExtension.GetDiscoveryService*> is called to get the custom discovery service. If an extension is not found the default discovery service implementation is used.
Derive a class from <xref:System.ServiceModel.Discovery.DiscoveryServiceExtension> and override the <xref:System.ServiceModel.Discovery.DiscoveryServiceExtension.GetDiscoveryService*> method to return your custom discovery service. Add your derived class to the <xref:System.ServiceModel.ServiceHost> extensions that host your discoverable service. When the <xref:System.ServiceModel.ServiceBehaviorAttribute.System%23ServiceModel%23Description%23IServiceBehavior%23Validate*> is called the behavior iterates through the extensions in the service host and looks for a <xref:System.ServiceModel.Discovery.DiscoveryServiceExtension>. If one is found its <xref:System.ServiceModel.Discovery.DiscoveryServiceExtension.GetDiscoveryService*> is called to get the custom discovery service. If an extension is not found the default discovery service implementation is used.

]]></format>
</remarks>
Expand Down
4 changes: 2 additions & 2 deletions xml/System.ServiceModel.Dispatcher/MessageFilterTable`1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1162,7 +1162,7 @@ myFilters(filter)
## Remarks
If the filter key of the `item` is present but is associated with data that differs from the `FilterData`, the method fails to remove the filter and returns `false`.

This method implements <xref:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#Generic#ICollection{T}#Remove*>.
This method implements <xref:System.Collections.Generic.ICollection`1.Remove*>.

]]></format>
</remarks>
Expand Down Expand Up @@ -1201,7 +1201,7 @@ myFilters(filter)
<format type="text/markdown"><![CDATA[

## Remarks
This method implements <xref:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#Generic#ICollection{T}#Remove*>.
This method implements <xref:System.Collections.Generic.IDictionary`2.Remove*>.

]]></format>
</remarks>
Expand Down
2 changes: 1 addition & 1 deletion xml/System.ServiceModel/MsmqBindingBase.xml
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@
<format type="text/markdown"><![CDATA[
## Remarks
The <xref:System.ServiceModel.MsmqBindingBase.System#ServiceModel#Channels#IBindingRuntimePreferences#ReceiveSynchronously> property is set to `true` when the <xref:System.ServiceModel.MsmqBindingBase.ExactlyOnce> is `true`.
The <xref:System.ServiceModel.MsmqBindingBase.System%23ServiceModel%23Channels%23IBindingRuntimePreferences%23ReceiveSynchronously> property is set to `true` when the <xref:System.ServiceModel.MsmqBindingBase.ExactlyOnce> is `true`.
]]></format>
</remarks>
Expand Down
2 changes: 1 addition & 1 deletion xml/System.ServiceModel/WSDualHttpBinding.xml
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@


## Examples
The following examples show how to get the <xref:System.ServiceModel.WSDualHttpBinding.System#ServiceModel#Channels#IBindingRuntimePreferences#ReceiveSynchronously> value.
The following examples show how to get the <xref:System.ServiceModel.WSDualHttpBinding.System%23ServiceModel%23Channels%23IBindingRuntimePreferences%23ReceiveSynchronously> value.

:::code language="csharp" source="~/snippets/csharp/VS_Snippets_CFX/s_dualhttp/cs/program.cs" id="Snippet23":::
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CFX/s_dualhttp/vb/module1.vb" id="Snippet23":::
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Workflow.Activities/ActiveDirectoryRole.xml
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ This member is an explicit interface member implementation. It can be used only
<format type="text/markdown"><![CDATA[

## Remarks
The implementation of <xref:System.Workflow.Activities.ActiveDirectoryRole.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)> allows this object to be serialized.
The implementation of <xref:System.Workflow.Activities.ActiveDirectoryRole.System%23Runtime%23Serialization%23ISerializable%23GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)> allows this object to be serialized.

]]></format>
</remarks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3211,7 +3211,7 @@
<format type="text/markdown"><![CDATA[

## Remarks
<xref:System.Workflow.ComponentModel.Design.ActivityDesigner.System#ComponentModel#Design#IDesigner#Component> represents the activity that the activity designer designs on the workflow design surface.
<xref:System.Workflow.ComponentModel.Design.ActivityDesigner.System%23ComponentModel%23Design%23IDesigner%23Component> represents the activity that the activity designer designs on the workflow design surface.

]]></format>
</remarks>
Expand Down Expand Up @@ -3542,7 +3542,7 @@ This member is an explicit interface member implementation. It can be used only
<format type="text/markdown"><![CDATA[

## Remarks
Unless overridden in a deriving class, <xref:System.Workflow.ComponentModel.Design.ActivityDesigner.System#ComponentModel#Design#IRootDesigner#SupportedTechnologies> returns a single-member array that contains <xref:System.ComponentModel.Design.ViewTechnology.Default?displayProperty=nameWithType>.
Unless overridden in a deriving class, <xref:System.Workflow.ComponentModel.Design.ActivityDesigner.System%23ComponentModel%23Design%23IRootDesigner%23SupportedTechnologies> returns a single-member array that contains <xref:System.ComponentModel.Design.ViewTechnology.Default?displayProperty=nameWithType>.

]]></format>
</remarks>
Expand Down
Loading
Loading