IXmlMtomWriterInitializer.xml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Type Name="IXmlMtomWriterInitializer" FullName="System.Xml.IXmlMtomWriterInitializer">
  3. <TypeSignature Language="C#" Value="public interface IXmlMtomWriterInitializer" />
  4. <TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IXmlMtomWriterInitializer" />
  5. <AssemblyInfo>
  6. <AssemblyName>System.Runtime.Serialization</AssemblyName>
  7. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  8. </AssemblyInfo>
  9. <Interfaces />
  10. <Docs>
  11. <remarks>To be added.</remarks>
  12. <summary>
  13. <attribution license="cc4" from="Microsoft" modified="false" />
  14. <para>When implemented by an MTOM writer, this interface ensures initialization for an MTOM writer.</para>
  15. </summary>
  16. </Docs>
  17. <Members>
  18. <Member MemberName="SetOutput">
  19. <MemberSignature Language="C#" Value="public void SetOutput (System.IO.Stream stream, System.Text.Encoding encoding, int maxSizeInBytes, string startInfo, string boundary, string startUri, bool writeMessageHeaders, bool ownsStream);" />
  20. <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void SetOutput(class System.IO.Stream stream, class System.Text.Encoding encoding, int32 maxSizeInBytes, string startInfo, string boundary, string startUri, bool writeMessageHeaders, bool ownsStream) cil managed" />
  21. <MemberType>Method</MemberType>
  22. <AssemblyInfo>
  23. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  24. </AssemblyInfo>
  25. <ReturnValue>
  26. <ReturnType>System.Void</ReturnType>
  27. </ReturnValue>
  28. <Parameters>
  29. <Parameter Name="stream" Type="System.IO.Stream" />
  30. <Parameter Name="encoding" Type="System.Text.Encoding" />
  31. <Parameter Name="maxSizeInBytes" Type="System.Int32" />
  32. <Parameter Name="startInfo" Type="System.String" />
  33. <Parameter Name="boundary" Type="System.String" />
  34. <Parameter Name="startUri" Type="System.String" />
  35. <Parameter Name="writeMessageHeaders" Type="System.Boolean" />
  36. <Parameter Name="ownsStream" Type="System.Boolean" />
  37. </Parameters>
  38. <Docs>
  39. <remarks>To be added.</remarks>
  40. <summary>
  41. <attribution license="cc4" from="Microsoft" modified="false" />
  42. <para>When implemented by an MTOM writer, initializes an MTOM writer.</para>
  43. </summary>
  44. <param name="stream">
  45. <attribution license="cc4" from="Microsoft" modified="false" />The stream to write to.</param>
  46. <param name="encoding">
  47. <attribution license="cc4" from="Microsoft" modified="false" />The character encoding of the stream.</param>
  48. <param name="maxSizeInBytes">
  49. <attribution license="cc4" from="Microsoft" modified="false" />The maximum number of bytes that are buffered in the writer.</param>
  50. <param name="startInfo">
  51. <attribution license="cc4" from="Microsoft" modified="false" />An attribute in the ContentType SOAP header, set to "Application/soap+xml".</param>
  52. <param name="boundary">
  53. <attribution license="cc4" from="Microsoft" modified="false" />The MIME boundary string.</param>
  54. <param name="startUri">
  55. <attribution license="cc4" from="Microsoft" modified="false" />The URI for MIME section.</param>
  56. <param name="writeMessageHeaders">
  57. <attribution license="cc4" from="Microsoft" modified="false" />If true, write message headers.</param>
  58. <param name="ownsStream">
  59. <attribution license="cc4" from="Microsoft" modified="false" />If true, the stream is closed by the writer when done; otherwise false.</param>
  60. </Docs>
  61. </Member>
  62. </Members>
  63. </Type>