Permalink
Fetching contributors…
Cannot retrieve contributors at this time
120 lines (120 sloc) 7.86 KB
<Type Name="WS2007HttpRelayBinding" FullName="Microsoft.ServiceBus.WS2007HttpRelayBinding">
<TypeSignature Language="C#" Value="public class WS2007HttpRelayBinding : Microsoft.ServiceBus.WSHttpRelayBinding" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit WS2007HttpRelayBinding extends Microsoft.ServiceBus.WSHttpRelayBinding" />
<TypeSignature Language="DocId" Value="T:Microsoft.ServiceBus.WS2007HttpRelayBinding" />
<AssemblyInfo>
<AssemblyName>Microsoft.ServiceBus</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Microsoft.ServiceBus.WSHttpRelayBinding</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>Represents an interoperable binding that derives from
<see cref="T:Microsoft.ServiceBus.WSHttpRelayBinding" /> and provides support for the updated versions of the Security, ReliableSession, and TransactionFlow binding elements. </summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public WS2007HttpRelayBinding ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.ServiceBus.WS2007HttpRelayBinding.#ctor" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyName>Microsoft.ServiceBus</AssemblyName>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>Initializes a new instance of the
<see cref="T:Microsoft.ServiceBus.WS2007HttpRelayBinding" /> class with a specified type of security used by the binding. </summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public WS2007HttpRelayBinding (string configName);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string configName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.ServiceBus.WS2007HttpRelayBinding.#ctor(System.String)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyName>Microsoft.ServiceBus</AssemblyName>
</AssemblyInfo>
<Parameters>
<Parameter Name="configName" Type="System.String" />
</Parameters>
<Docs>
<param name="configName">The binding configuration name for the
<see cref="T:Microsoft.ServiceBus.Configuration.WS2007HttpRelayBindingElement" /></param>
<summary>Initializes a new instance of the
<see cref="T:Microsoft.ServiceBus.WS2007HttpRelayBinding" /> class with a binding specified by its configuration name.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public WS2007HttpRelayBinding (Microsoft.ServiceBus.EndToEndSecurityMode securityMode, Microsoft.ServiceBus.RelayClientAuthenticationType relayClientAuthenticationType);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(valuetype Microsoft.ServiceBus.EndToEndSecurityMode securityMode, valuetype Microsoft.ServiceBus.RelayClientAuthenticationType relayClientAuthenticationType) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.ServiceBus.WS2007HttpRelayBinding.#ctor(Microsoft.ServiceBus.EndToEndSecurityMode,Microsoft.ServiceBus.RelayClientAuthenticationType)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyName>Microsoft.ServiceBus</AssemblyName>
</AssemblyInfo>
<Parameters>
<Parameter Name="securityMode" Type="Microsoft.ServiceBus.EndToEndSecurityMode" />
<Parameter Name="relayClientAuthenticationType" Type="Microsoft.ServiceBus.RelayClientAuthenticationType" />
</Parameters>
<Docs>
<param name="securityMode">The security mode that specifies the type of security that is used with the SOAP message and for the client.</param>
<param name="relayClientAuthenticationType">The type of authentication used by the client.</param>
<summary>Initializes a new instance of the
<see cref="T:Microsoft.ServiceBus.WS2007HttpRelayBinding" /> class with a specified type of security and relay client authentication used by the binding. </summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public WS2007HttpRelayBinding (Microsoft.ServiceBus.EndToEndSecurityMode securityMode, Microsoft.ServiceBus.RelayClientAuthenticationType relayClientAuthenticationType, bool reliableSessionEnabled);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(valuetype Microsoft.ServiceBus.EndToEndSecurityMode securityMode, valuetype Microsoft.ServiceBus.RelayClientAuthenticationType relayClientAuthenticationType, bool reliableSessionEnabled) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.ServiceBus.WS2007HttpRelayBinding.#ctor(Microsoft.ServiceBus.EndToEndSecurityMode,Microsoft.ServiceBus.RelayClientAuthenticationType,System.Boolean)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyName>Microsoft.ServiceBus</AssemblyName>
</AssemblyInfo>
<Parameters>
<Parameter Name="securityMode" Type="Microsoft.ServiceBus.EndToEndSecurityMode" />
<Parameter Name="relayClientAuthenticationType" Type="Microsoft.ServiceBus.RelayClientAuthenticationType" />
<Parameter Name="reliableSessionEnabled" Type="System.Boolean" />
</Parameters>
<Docs>
<param name="securityMode">Specifies the type of security that is used with the SOAP message and for the client.</param>
<param name="relayClientAuthenticationType">The type of authentication used by the client.</param>
<param name="reliableSessionEnabled">true if a reliable session is enabled; otherwise, false.</param>
<summary>Initializes a new instance of the
<see cref="T:Microsoft.ServiceBus.WS2007HttpRelayBinding" /> class with a specified type of security used by the binding, the specified authentication for the client relay, and a value that indicates whether a reliable session is enabled. </summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateMessageSecurity">
<MemberSignature Language="C#" Value="protected override System.ServiceModel.Channels.SecurityBindingElement CreateMessageSecurity ();" />
<MemberSignature Language="ILAsm" Value=".method familyhidebysig virtual instance class System.ServiceModel.Channels.SecurityBindingElement CreateMessageSecurity() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.ServiceBus.WS2007HttpRelayBinding.CreateMessageSecurity" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyName>Microsoft.ServiceBus</AssemblyName>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.ServiceModel.Channels.SecurityBindingElement</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>Retrieves the security binding element from the current binding.</summary>
<returns>Returns a
<see cref="T:System.ServiceModel.Channels.SecurityBindingElement" /> that contains the current security binding element. </returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>