File: ns-System.Runtime.Remoting.MetadataServices.xml

package info (click to toggle)
mono-reference-assemblies 3.12.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 604,240 kB
  • ctags: 625,505
  • sloc: cs: 3,967,741; xml: 2,793,081; ansic: 418,042; java: 60,435; sh: 14,833; makefile: 11,576; sql: 7,956; perl: 1,467; cpp: 1,446; yacc: 1,203; python: 598; asm: 422; sed: 16; php: 1
file content (14 lines) | stat: -rw-r--r-- 1,637 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<Namespace Name="System.Runtime.Remoting.MetadataServices">
  <Docs>
    <summary>
      <attribution license="cc4" from="Microsoft" modified="false" />
      <para>The <see cref="N:System.Runtime.Remoting.MetadataServices" /> namespace contains the classes that are used by the <format type="text/html"><a href="40F6F8C8-B80C-4E9F-A920-31BCD0CF45C5">Soapsuds.exe</a></format> command-line tool and the user code to convert metadata to and from XML schema for the remoting infrastructure. Some of the most important classes of this namespace are the <see cref="T:System.Runtime.Remoting.MetadataServices.SdlChannelSink" /> class and the <see cref="T:System.Runtime.Remoting.MetadataServices.MetaData" /> class.</para>
    </summary>
    <remarks>
      <attribution license="cc4" from="Microsoft" modified="false" />
      <para>The <see cref="T:System.Runtime.Remoting.MetadataServices.SdlChannelSink" /> class is used by the remoting infrastructure to generate Web Services Description Language (WSDL) on the server side.</para>
      <para>The <see cref="T:System.Runtime.Remoting.MetadataServices.MetaData" /> class provides the functionality of the <format type="text/html"><a href="40F6F8C8-B80C-4E9F-A920-31BCD0CF45C5">Soapsuds.exe</a></format> command-line tool, and can be used programmatically to achieve the same outcome. The methods of the <see cref="T:System.Runtime.Remoting.MetadataServices.MetaData" /> class can be used to create XML schemas that describe services that are exposed in source code, and to create C# code from XML schema.</para>
    </remarks>
  </Docs>
</Namespace>