MsmqIntegrationBinding.xml 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Type Name="MsmqIntegrationBinding" FullName="System.ServiceModel.MsmqIntegration.MsmqIntegrationBinding">
  3. <TypeSignature Language="C#" Value="public class MsmqIntegrationBinding : System.ServiceModel.MsmqBindingBase" />
  4. <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit MsmqIntegrationBinding extends System.ServiceModel.MsmqBindingBase" />
  5. <AssemblyInfo>
  6. <AssemblyName>System.ServiceModel</AssemblyName>
  7. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  8. </AssemblyInfo>
  9. <Base>
  10. <BaseTypeName>System.ServiceModel.MsmqBindingBase</BaseTypeName>
  11. </Base>
  12. <Interfaces />
  13. <Docs>
  14. <remarks>
  15. <attribution license="cc4" from="Microsoft" modified="false" />
  16. <para>This binding can be used to enable indigo2 applications to send and receive messages to and from existing MSMQ applications that use COM, native C++ APIs or the types defined in the <see cref="N:System.Messaging" /> namespace.</para>
  17. </remarks>
  18. <summary>
  19. <attribution license="cc4" from="Microsoft" modified="false" />
  20. <para>The <see cref="T:System.ServiceModel.MsmqIntegration.MsmqIntegrationBinding" /> class maps Microsoft Message Queuing (MSMQ) messages to indigo1 messages.</para>
  21. </summary>
  22. </Docs>
  23. <Members>
  24. <Member MemberName=".ctor">
  25. <MemberSignature Language="C#" Value="public MsmqIntegrationBinding ();" />
  26. <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
  27. <MemberType>Constructor</MemberType>
  28. <AssemblyInfo>
  29. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  30. </AssemblyInfo>
  31. <Parameters />
  32. <Docs>
  33. <remarks>To be added.</remarks>
  34. <summary>
  35. <attribution license="cc4" from="Microsoft" modified="false" />
  36. <para>Initializes a new instance of the <see cref="T:System.ServiceModel.MsmqIntegration.MsmqIntegrationBinding" /> class. </para>
  37. </summary>
  38. </Docs>
  39. </Member>
  40. <Member MemberName=".ctor">
  41. <MemberSignature Language="C#" Value="public MsmqIntegrationBinding (System.ServiceModel.MsmqIntegration.MsmqIntegrationSecurityMode securityMode);" />
  42. <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(valuetype System.ServiceModel.MsmqIntegration.MsmqIntegrationSecurityMode securityMode) cil managed" />
  43. <MemberType>Constructor</MemberType>
  44. <AssemblyInfo>
  45. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  46. </AssemblyInfo>
  47. <Parameters>
  48. <Parameter Name="securityMode" Type="System.ServiceModel.MsmqIntegration.MsmqIntegrationSecurityMode" />
  49. </Parameters>
  50. <Docs>
  51. <remarks>
  52. <attribution license="cc4" from="Microsoft" modified="false" />
  53. <para>This method enables you to instantiate a new instance of the <see cref="T:System.ServiceModel.MsmqIntegration.MsmqIntegrationBinding" /> and pass in a security mode. </para>
  54. </remarks>
  55. <summary>
  56. <attribution license="cc4" from="Microsoft" modified="false" />
  57. <para>Initializes a new instance of the <see cref="T:System.ServiceModel.MsmqIntegration.MsmqIntegrationBinding" /> class by using the specified <see cref="T:System.ServiceModel.MsmqIntegration.MsmqIntegrationSecurityMode" />.</para>
  58. </summary>
  59. <param name="securityMode">
  60. <attribution license="cc4" from="Microsoft" modified="false" />The security mode supported by the Message Queuing (MSMQ) integration channel</param>
  61. </Docs>
  62. </Member>
  63. <Member MemberName=".ctor">
  64. <MemberSignature Language="C#" Value="public MsmqIntegrationBinding (string configurationName);" />
  65. <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string configurationName) cil managed" />
  66. <MemberType>Constructor</MemberType>
  67. <AssemblyInfo>
  68. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  69. </AssemblyInfo>
  70. <Parameters>
  71. <Parameter Name="configurationName" Type="System.String" />
  72. </Parameters>
  73. <Docs>
  74. <remarks>
  75. <attribution license="cc4" from="Microsoft" modified="false" />
  76. <para>This method allows you to place the binding settings in a configuration file but add the actual binding in code. </para>
  77. </remarks>
  78. <summary>
  79. <attribution license="cc4" from="Microsoft" modified="false" />
  80. <para>Initializes a new instance of the <see cref="T:System.ServiceModel.MsmqIntegration.MsmqIntegrationBinding" /> class from the settings of a specified configuration binding element.</para>
  81. </summary>
  82. <param name="configurationName">
  83. <attribution license="cc4" from="Microsoft" modified="false" />The value of the configurationName attribute that identifies the binding element whose settings are used to initialize the binding.</param>
  84. </Docs>
  85. </Member>
  86. <Member MemberName="CreateBindingElements">
  87. <MemberSignature Language="C#" Value="public override System.ServiceModel.Channels.BindingElementCollection CreateBindingElements ();" />
  88. <MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance class System.ServiceModel.Channels.BindingElementCollection CreateBindingElements() cil managed" />
  89. <MemberType>Method</MemberType>
  90. <AssemblyInfo>
  91. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  92. </AssemblyInfo>
  93. <ReturnValue>
  94. <ReturnType>System.ServiceModel.Channels.BindingElementCollection</ReturnType>
  95. </ReturnValue>
  96. <Parameters />
  97. <Docs>
  98. <remarks>To be added.</remarks>
  99. <summary>
  100. <attribution license="cc4" from="Microsoft" modified="false" />
  101. <para>Returns the binding elements in the basic profile stack.</para>
  102. </summary>
  103. <returns>
  104. <attribution license="cc4" from="Microsoft" modified="false" />
  105. <para>The <see cref="T:System.ServiceModel.Channels.BindingElementCollection" /> that contains the stack of binding elements in the basic profile stack.</para>
  106. </returns>
  107. </Docs>
  108. </Member>
  109. <Member MemberName="Security">
  110. <MemberSignature Language="C#" Value="public System.ServiceModel.MsmqIntegration.MsmqIntegrationSecurity Security { get; }" />
  111. <MemberSignature Language="ILAsm" Value=".property instance class System.ServiceModel.MsmqIntegration.MsmqIntegrationSecurity Security" />
  112. <MemberType>Property</MemberType>
  113. <AssemblyInfo>
  114. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  115. </AssemblyInfo>
  116. <ReturnValue>
  117. <ReturnType>System.ServiceModel.MsmqIntegration.MsmqIntegrationSecurity</ReturnType>
  118. </ReturnValue>
  119. <Docs>
  120. <value>To be added.</value>
  121. <remarks>
  122. <attribution license="cc4" from="Microsoft" modified="false" />
  123. <para>
  124. <see cref="T:System.ServiceModel.MsmqIntegration.MsmqIntegrationSecurity" /> encapsulates Message Queuing (MSMQ) transport security settings.</para>
  125. </remarks>
  126. <summary>
  127. <attribution license="cc4" from="Microsoft" modified="false" />
  128. <para>Gets the <see cref="T:System.ServiceModel.MsmqIntegration.MsmqIntegrationSecurity" /> that is associated with this binding. </para>
  129. </summary>
  130. </Docs>
  131. </Member>
  132. <Member MemberName="SerializationFormat">
  133. <MemberSignature Language="C#" Value="public System.ServiceModel.MsmqIntegration.MsmqMessageSerializationFormat SerializationFormat { get; set; }" />
  134. <MemberSignature Language="ILAsm" Value=".property instance valuetype System.ServiceModel.MsmqIntegration.MsmqMessageSerializationFormat SerializationFormat" />
  135. <MemberType>Property</MemberType>
  136. <AssemblyInfo>
  137. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  138. </AssemblyInfo>
  139. <ReturnValue>
  140. <ReturnType>System.ServiceModel.MsmqIntegration.MsmqMessageSerializationFormat</ReturnType>
  141. </ReturnValue>
  142. <Docs>
  143. <value>To be added.</value>
  144. <remarks>
  145. <attribution license="cc4" from="Microsoft" modified="false" />
  146. <para>This property returns an enumeration value that specifies how a indigo2 message will be serialized and deserialized. For more information, see <see cref="T:System.ServiceModel.MsmqIntegration.MsmqMessageSerializationFormat" />.</para>
  147. </remarks>
  148. <summary>
  149. <attribution license="cc4" from="Microsoft" modified="false" />
  150. <para>Gets or sets the serialization format to be used to serialize or deserialize the message.</para>
  151. </summary>
  152. </Docs>
  153. </Member>
  154. </Members>
  155. </Type>