Skip to content

Commit ac67e69

Browse files
mairawRon Petrusha
andauthored
markdig fixes - Part 6 (#2563)
* markdig fixes - bare urls * Apply suggestions from peer review Co-Authored-By: Ron Petrusha <[email protected]>
1 parent 08565a6 commit ac67e69

File tree

10 files changed

+28
-19
lines changed

10 files changed

+28
-19
lines changed

xml/System.Net.Sockets/UdpClient.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
5454
5555
## Examples
56-
The following example establishes a <xref:System.Net.Sockets.UdpClient> connection using the host name www.contoso.com on port 11000. A small string message is sent to two separate remote host machines. The <xref:System.Net.Sockets.UdpClient.Receive%2A> method blocks execution until a message is received. Using the <xref:System.Net.IPEndPoint> passed to <xref:System.Net.Sockets.UdpClient.Receive%2A>, the identity of the responding host is revealed.
56+
The following example establishes a <xref:System.Net.Sockets.UdpClient> connection using the host name `www.contoso.com` on port 11000. A small string message is sent to two separate remote host machines. The <xref:System.Net.Sockets.UdpClient.Receive%2A> method blocks execution until a message is received. Using the <xref:System.Net.IPEndPoint> passed to <xref:System.Net.Sockets.UdpClient.Receive%2A>, the identity of the responding host is revealed.
5757
5858
[!code-cpp[Classic UdpClientExample#1](~/samples/snippets/cpp/VS_Snippets_Remoting/Classic UdpClientExample/CPP/source.cpp#1)]
5959
[!code-csharp[Classic UdpClientExample#1](~/samples/snippets/csharp/VS_Snippets_Remoting/Classic UdpClientExample/CS/source.cs#1)]

xml/System.Net/Dns.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
4141
4242
## Examples
43-
The following example queries the DNS database for information on the host www.contoso.com.
43+
The following example queries the DNS database for information on the host `www.contoso.com`.
4444
4545
[!code-cpp[Classic Dns Example#1](~/samples/snippets/cpp/VS_Snippets_Remoting/Classic Dns Example/CPP/source.cpp#1)]
4646
[!code-csharp[Classic Dns Example#1](~/samples/snippets/csharp/VS_Snippets_Remoting/Classic Dns Example/CS/source.cs#1)]

xml/System.Runtime.Remoting.Metadata/SoapMethodAttribute.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
## Remarks
209209
This property is currently not implemented.
210210
211-
The SOAPAction HTTP request header field indicates the intent of the SOAP HTTP request. For more information on the SOAPAction field, see www.w3.org/tr/soap/#_Toc478383528.
211+
The SOAPAction HTTP request header field indicates the intent of the SOAP HTTP request. For more information on the SOAPAction field, see [The SOAPAction HTTP Header Field](https://www.w3.org/TR/2000/NOTE-SOAP-20000508/#_Toc478383528) section of the W3C specification.
212212
213213
214214

xml/System.Security.Cryptography.Xml/Signature.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
## Remarks
3030
The <xref:System.Security.Cryptography.Xml.Signature> class represents the <`Signature`> element of an XML signature defined by the XML digital signature specification. The <`Signature`> element is the root element of an XML digital signature. The <xref:System.Security.Cryptography.Xml.Signature.SignedInfo%2A>, <xref:System.Security.Cryptography.Xml.Signature.SignatureValue%2A>, <xref:System.Security.Cryptography.Xml.Signature.KeyInfo%2A>, and <xref:System.Security.Cryptography.Xml.Signature.ObjectList%2A> properties encapsulate the subelements of the <`Signature`> element.
3131
32-
For more information about the <`Signature`> element, see the W3C specification at www.w3.org/TR/xmldsig-core/.
32+
For more information about the <`Signature`> element, see the [W3C specification](https://www.w3.org/TR/xmldsig-core/).
3333
3434
3535
@@ -238,7 +238,7 @@
238238
## Remarks
239239
The <xref:System.Security.Cryptography.Xml.Signature.KeyInfo%2A> property uses a <xref:System.Security.Cryptography.Xml.KeyInfo> object to represent the <`KeyInfo`> element of an XML digital signature.
240240
241-
For more information about XML digital signatures, see the W3C specification at www.w3.org/TR/xmldsig-core/.
241+
For more information about XML digital signatures, see the [W3C specification](https://www.w3.org/TR/xmldsig-core/).
242242
243243
244244
@@ -333,7 +333,7 @@
333333
334334
You can also add a <xref:System.Security.Cryptography.Xml.DataObject> to this collection using the <xref:System.Security.Cryptography.Xml.Signature.AddObject%2A> method.
335335
336-
For more information about XML digital signatures, see the W3C specification at www.w3.org/TR/xmldsig-core/.
336+
For more information about XML digital signatures, see the [W3C specification](https://www.w3.org/TR/xmldsig-core/).
337337
338338
]]></format>
339339
</remarks>
@@ -372,7 +372,7 @@
372372
## Remarks
373373
The <xref:System.Security.Cryptography.Xml.Signature.SignatureValue%2A> property uses a byte array to represent the <`SignatureValue`> element of an XML digital signature contained within.
374374
375-
For more information about XML digital signatures, see the W3C specification at www.w3.org/TR/xmldsig-core/.
375+
For more information about XML digital signatures, see the [W3C specification](https://www.w3.org/TR/xmldsig-core/).
376376
377377
]]></format>
378378
</remarks>
@@ -411,7 +411,7 @@
411411
## Remarks
412412
The <xref:System.Security.Cryptography.Xml.Signature.SignedInfo%2A> property uses the <xref:System.Security.Cryptography.Xml.SignedInfo> class to represent the <`SignedInfo`> element of an XML digital signature contained within.
413413
414-
For more information about XML digital signatures, see the W3C specification at www.w3.org/TR/xmldsig-core/.
414+
For more information about XML digital signatures, see the [W3C specification](https://www.w3.org/TR/xmldsig-core/).
415415
416416
417417

xml/System.Security.Cryptography.Xml/TransformChain.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
3636
If you want to sign only a portion of an XML document, you can use a transform to identify the XML elements you intend to sign. Note that the <xref:System.Security.Cryptography.Xml.Reference.Uri%2A> property and the <xref:System.Security.Cryptography.Xml.EncryptedReference.Uri%2A> property automatically create internal transforms that allow you to sign a portion of a document.
3737
38-
For more information about transforms, see the XMLDSIG specification, which is available from the W3C at www.w3.org/TR/xmldsig-core/, or see the XML encryption specification, which is available from the W3C at www.w3.org/TR/xmlenc-core/.
38+
For more information about transforms, see the [XMLDSIG specification](https://www.w3.org/TR/xmldsig-core/) or the [XML encryption specification](https://www.w3.org/TR/xmlenc-core/), which are available from the W3C website.
3939
4040
]]></format>
4141
</remarks>

xml/System.Security.Cryptography.Xml/X509IssuerSerial.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
3737
Use the <xref:System.Security.Cryptography.Xml.X509IssuerSerial> structure to specify a certificate issuer's distinguished name and serial number pair when using the <xref:System.Security.Cryptography.Xml.KeyInfoX509Data> class. You can add an <xref:System.Security.Cryptography.Xml.X509IssuerSerial> structure to the <xref:System.Security.Cryptography.Xml.KeyInfoX509Data> class using the <xref:System.Security.Cryptography.Xml.KeyInfoX509Data.IssuerSerials%2A> property. Alternatively, you can add string values that represent the X.509 certificate issuer's distinguished name and serial number pair using the <xref:System.Security.Cryptography.Xml.KeyInfoX509Data.AddIssuerSerial%2A> method.
3838
39-
For more information about the `<X509IssuerSerial`> element, see the World Wide Web Consortium (W3C) specification at www.w3.org/TR/xmldsig-core/.
39+
For more information about the `<X509IssuerSerial`> element, see the [World Wide Web Consortium (W3C) specification](https://www.w3.org/TR/xmldsig-core/).
4040
4141
4242
@@ -85,7 +85,7 @@
8585
## Remarks
8686
The <xref:System.Security.Cryptography.Xml.X509IssuerSerial.IssuerName%2A> property represents an X.509 certificate issuer's distinguished name specified in the `<X509IssuerSerial`> element.
8787
88-
For more information about the `<X509IssuerSerial`> element, see the World Wide Web Consortium (W3C) specification at www.w3.org/TR/xmldsig-core/.
88+
For more information about the `<X509IssuerSerial`> element, see the [World Wide Web Consortium (W3C) specification](https://www.w3.org/TR/xmldsig-core/).
8989
9090
9191
@@ -134,7 +134,7 @@
134134
## Remarks
135135
The <xref:System.Security.Cryptography.Xml.X509IssuerSerial.SerialNumber%2A> property represents an X.509 certificate issuer's serial number specified in the `<X509IssuerSerial`> element.
136136
137-
For more information about the `<X509IssuerSerial`> element, see the World Wide Web Consortium (W3C) specification at www.w3.org/TR/xmldsig-core/.
137+
For more information about the `<X509IssuerSerial`> element, see the [World Wide Web Consortium (W3C) specification](https://www.w3.org/TR/xmldsig-core/).
138138
139139
140140

xml/System.Security.Cryptography.Xml/XmlDsigExcC14NWithCommentsTransform.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
3535
The URI that describes the <xref:System.Security.Cryptography.Xml.XmlDsigExcC14NWithCommentsTransform> class is defined by the <xref:System.Security.Cryptography.Xml.SignedXml.XmlDsigExcC14NWithCommentsTransformUrl> field.
3636
37-
For more information about the exclusive C14N transform, see the XMLDSIG specification, which is available from the World Wide Web Consortium (W3C) at www.w3.org/TR/xmldsig-core/. The canonicalization algorithm is defined in the W3C Canonical XML specification, which is available at www.w3.org/2001/10/xml-exc-c14n.
37+
For more information about the exclusive C14N transform, see the [XMLDSIG specification](https://www.w3.org/TR/xmldsig-core/), which is available from the W3C website. The canonicalization algorithm is defined in the [W3C Canonical XML specification](https://www.w3.org/TR/2002/REC-xml-exc-c14n-20020718/).
3838
3939
4040
@@ -118,4 +118,4 @@
118118
</Docs>
119119
</Member>
120120
</Members>
121-
</Type>
121+
</Type>

xml/System.Xml.Serialization/XmlAnyElementAttribute.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@
346346
<format type="text/markdown"><![CDATA[
347347
348348
## Remarks
349-
The <xref:System.Xml.Serialization.XmlAnyElementAttribute.Namespace%2A> property allows you to set a unique name for the XML attribute. The <xref:System.Xml.Serialization.XmlAnyElementAttribute.Namespace%2A> property conforms to the rules for creating an XML namespace as found in the World Wide Web Consortium (www.w3.org) document, "Namespaces in XML."
349+
The <xref:System.Xml.Serialization.XmlAnyElementAttribute.Namespace%2A> property allows you to set a unique name for the XML attribute. The <xref:System.Xml.Serialization.XmlAnyElementAttribute.Namespace%2A> property conforms to the rules for creating an XML namespace as found in the [Namespaces in XML](https://www.w3.org/TR/xml-names/) document from the World Wide Web Consortium.
350350
351351
To set the <xref:System.Xml.Serialization.XmlAnyElementAttribute.Namespace%2A> property to a prefixed name, create an <xref:System.Xml.Serialization.XmlSerializerNamespaces> that contains the namespaces and prefixes used in the XML document. Set the <xref:System.Xml.Serialization.XmlAnyElementAttribute.Namespace%2A> property to one of the namespaces in the <xref:System.Xml.Serialization.XmlSerializerNamespaces>. When the XML is generated, the attribute name is correctly prefixed with the prefix associated with the specified namespace.
352352

xml/System.Xml.Serialization/XmlAttributeAttribute.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@
403403
</ReturnValue>
404404
<Docs>
405405
<summary>Gets or sets the XSD data type of the XML attribute generated by the <see cref="T:System.Xml.Serialization.XmlSerializer" />.</summary>
406-
<value>An XSD (XML Schema Document) data type, as defined by the World Wide Web Consortium (www.w3.org) document named "XML Schema: DataTypes".</value>
406+
<value>An XSD (XML Schema Document) data type.</value>
407407
<remarks>
408408
<format type="text/markdown"><![CDATA[
409409
@@ -420,7 +420,7 @@
420420
> [!NOTE]
421421
> Passing binary data as an XML element is more efficient than passing it as an XML attribute.
422422
423-
For more information about XML data types, see the World Wide Web Consortium (www.w3.org) document named "XML Schema Part 2: Datatypes".
423+
For more information about XML data types, see the [XML Schema Part 2: DataTypes](https://www.w3.org/TR/xmlschema-2/) document from the World Wide Web Consortium.
424424
425425
|XSD data type|.NET data type|
426426
|-------------------|--------------------|
Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
<Namespace Name="System.Runtime.Remoting.Metadata">
22
<Docs>
3-
<summary>The <see cref="N:System.Runtime.Remoting.Metadata" /> namespace contains classes and attributes that can be used to customize generation and processing of SOAP for objects and fields. The classes of this namespace can be used to indicate the SOAPAction header field, type output, XML element name, and the method XML namespace URI. This information is used by the SOAP serializer during SOAP generation and the <see href="https://docs.microsoft.com/previous-versions/dotnet/netframework-4.0/xd176a6c(v=vs.100)">Soapsuds Tool (Soapsuds.exe)</see> during Web Services Description Language (WSDL) generation. The information specified by the attributes in this namespace can be used on the receiving end of the generated SOAP to customize processing of the remoted method calls and objects. One of the most important classes of the <see cref="N:System.Runtime.Remoting.Metadata" /> namespace is <see cref="T:System.Runtime.Remoting.Metadata.SoapAttribute" /> class. The <see cref="T:System.Runtime.Remoting.Metadata.SoapAttribute" /> class is nonfunctional, and can only be used as the base class for all the metadata attributes. For more information on the SOAPAction HTTP header field, see www.w3.org/tr/soap/#_Toc478383528.</summary>
4-
<remarks>To be added.</remarks>
3+
<summary>The <see cref="N:System.Runtime.Remoting.Metadata" /> namespace contains classes and attributes that can be used to customize generation and processing of SOAP for objects and fields. The classes of this namespace can be used to indicate the SOAPAction header field, type output, XML element name, and the method XML namespace URI. This information is used by the SOAP serializer during SOAP generation and the <see href="https://docs.microsoft.com/previous-versions/dotnet/netframework-4.0/xd176a6c(v=vs.100)">Soapsuds Tool (Soapsuds.exe)</see> during Web Services Description Language (WSDL) generation. The information specified by the attributes in this namespace can be used on the receiving end of the generated SOAP to customize processing of the remoted method calls and objects. One of the most important classes of the <see cref="N:System.Runtime.Remoting.Metadata" /> namespace is <see cref="T:System.Runtime.Remoting.Metadata.SoapAttribute" /> class. The <see cref="T:System.Runtime.Remoting.Metadata.SoapAttribute" /> class is nonfunctional, and can only be used as the base class for all the metadata attributes.</summary>
4+
<remarks>
5+
<format type="text/markdown"><![CDATA[
6+
7+
## Remarks
8+
9+
For more information on the SOAPAction HTTP header field, see [The SOAPAction HTTP Header Field](https://www.w3.org/TR/2000/NOTE-SOAP-20000508/#_Toc478383528) section of the W3C specification.
10+
11+
]]></format>
12+
</remarks>
13+
514
</Docs>
615
</Namespace>

0 commit comments

Comments
 (0)