Skip to content

Commit c0db81e

Browse files
authored
reinstate links (dotnet#9403)
1 parent afaf822 commit c0db81e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

xml/System.IdentityModel.Protocols.WSTrust/EndpointReference.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
## Remarks
2222
The wsa:EndpointReference element can be used in wst:OnBehalfOf and wp:AppliesTo elements inside of a wsp:RequestSecurityToken element to specify an endpoint reference.
2323
24-
Supports either the WS-Addressing standard schema namespace (`http://schemas.xmlsoap.org/ws/2004/08/addressing`) or the [WS-Addressing 1.0 schema namespace](https://www.w3.org/2005/08/addressing) when reading. On write only the [WS-Addressing 1.0 namespace](https://www.w3.org/2005/08/addressing) is supported.
24+
Supports either the [WS-Addressing standard schema namespace](http://schemas.xmlsoap.org/ws/2004/08/addressing) or the [WS-Addressing 1.0 schema namespace](https://www.w3.org/2005/08/addressing) when reading. On write only the [WS-Addressing 1.0 namespace](https://www.w3.org/2005/08/addressing) is supported.
2525
2626
For more information about the wsa:EndpointReference element, see the Web Services Addressing - Core specification. For more information about its use in WS-Trust protocols, see the version of the WS-Trust specification that applies to your scenario.
2727
@@ -95,7 +95,7 @@
9595
<format type="text/markdown"><![CDATA[
9696
9797
## Remarks
98-
Reads the contents of the wsa:EndpointReference element and returns an <xref:System.IdentityModel.Protocols.WSTrust.EndpointReference> object. The WS-Addressing namespace can be either the WS-Addressing standard schema (`http://schemas.xmlsoap.org/ws/2004/08/addressing`) or the [WS-Addressing 1.0 standard schema](https://www.w3.org/2005/08/addressing). The wsa:Address element must be the first child element of the wsa:EndpointReference element. The <xref:System.IdentityModel.Protocols.WSTrust.EndpointReference.Uri%2A> property in the returned <xref:System.IdentityModel.Protocols.WSTrust.EndpointReference> is set to the URI specified by the wsa:Address element. All other child elements are added to the <xref:System.IdentityModel.Protocols.WSTrust.EndpointReference.Details%2A> collection.
98+
Reads the contents of the wsa:EndpointReference element and returns an <xref:System.IdentityModel.Protocols.WSTrust.EndpointReference> object. The WS-Addressing namespace can be either the [WS-Addressing standard schema](http://schemas.xmlsoap.org/ws/2004/08/addressing) or the [WS-Addressing 1.0 standard schema](https://www.w3.org/2005/08/addressing). The wsa:Address element must be the first child element of the wsa:EndpointReference element. The <xref:System.IdentityModel.Protocols.WSTrust.EndpointReference.Uri%2A> property in the returned <xref:System.IdentityModel.Protocols.WSTrust.EndpointReference> is set to the URI specified by the wsa:Address element. All other child elements are added to the <xref:System.IdentityModel.Protocols.WSTrust.EndpointReference.Details%2A> collection.
9999
100100
]]></format>
101101
</remarks>

xml/System.IdentityModel.Protocols.WSTrust/RequestClaimCollection.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<format type="text/markdown"><![CDATA[
4949
5050
## Remarks
51-
After initialization, the <xref:System.IdentityModel.Protocols.WSTrust.RequestClaimCollection> is empty and the <xref:System.IdentityModel.Protocols.WSTrust.RequestClaimCollection.Dialect%2A> property is set to `http://schemas.xmlsoap.org/ws/2005/05/identity`.
51+
After initialization, the <xref:System.IdentityModel.Protocols.WSTrust.RequestClaimCollection> is empty and the <xref:System.IdentityModel.Protocols.WSTrust.RequestClaimCollection.Dialect%2A> property is set to <http://schemas.xmlsoap.org/ws/2005/05/identity>.
5252
5353
]]></format>
5454
</remarks>

xml/System.IdentityModel.Tokens/SessionSecurityToken.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,7 @@
909909
<format type="text/markdown"><![CDATA[
910910
911911
## Remarks
912-
The <xref:System.IdentityModel.Tokens.SessionSecurityTokenHandler> base class supports WS-Secure Conversation Feb2005 and WS-Secure Conversation 1.3. The URIs for these versions of WS-Secure Conversation are `http://schemas.xmlsoap.org/ws/2005/02/sc` and <http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512>, respectively.
912+
The <xref:System.IdentityModel.Tokens.SessionSecurityTokenHandler> base class supports WS-Secure Conversation Feb2005 and WS-Secure Conversation 1.3. The URIs for these versions of WS-Secure Conversation are <http://schemas.xmlsoap.org/ws/2005/02/sc> and <http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512>, respectively.
913913
914914
]]></format>
915915
</remarks>

xml/System.ServiceModel.Description/PolicyVersion.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
104104
## Remarks
105105
106-
For WS-Policy 1.2, the returned namespace is `http://schemas.xmlsoap.org/ws/2004/09/policy`. For WS-Policy 1.5, the returned namespace is <http://www.w3.org/ns/ws-policy>.
106+
For WS-Policy 1.2, the returned namespace is <http://schemas.xmlsoap.org/ws/2004/09/policy>. For WS-Policy 1.5, the returned namespace is <http://www.w3.org/ns/ws-policy>.
107107
108108
]]></format>
109109
</remarks>

xml/System.ServiceModel/EnvelopeVersion.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
</ReturnValue>
137137
<Docs>
138138
<summary>Gets a string that contains the URI name for the SOAP role associated with the current message version for the next destination.</summary>
139-
<value>A string that contains <code>http://schemas.xmlsoap.org/soap/actor/next</code> if SOAP1.1 is used; a string that contains http://www.w3.org/2003/05/soap-envelope/role/next if SOAP1.2 is used; and an empty string if the message version is none.</value>
139+
<value>A string that contains http://schemas.xmlsoap.org/soap/actor/next if SOAP1.1 is used; a string that contains http://www.w3.org/2003/05/soap-envelope/role/next if SOAP1.2 is used; and an empty string if the message version is none.</value>
140140
<remarks>
141141
<format type="text/markdown"><![CDATA[
142142

0 commit comments

Comments
 (0)