Permalink
Fetching contributors…
Cannot retrieve contributors at this time
149 lines (149 sloc) 9.96 KB
<Type Name="NetEventRelayBinding" FullName="Microsoft.ServiceBus.NetEventRelayBinding">
<TypeSignature Language="C#" Value="public class NetEventRelayBinding : Microsoft.ServiceBus.NetOnewayRelayBinding, System.ServiceModel.Channels.IBindingRuntimePreferences" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit NetEventRelayBinding extends Microsoft.ServiceBus.NetOnewayRelayBinding implements class System.ServiceModel.Channels.IBindingRuntimePreferences" />
<TypeSignature Language="DocId" Value="T:Microsoft.ServiceBus.NetEventRelayBinding" />
<AssemblyInfo>
<AssemblyName>Microsoft.ServiceBus</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Microsoft.ServiceBus.NetOnewayRelayBinding</BaseTypeName>
</Base>
<Interfaces>
<Interface>
<InterfaceName>System.ServiceModel.Channels.IBindingRuntimePreferences</InterfaceName>
</Interface>
</Interfaces>
<Docs>
<summary>Represents a binding that supports one-way event multicasting and allows any number
of event publishers and event consumers to rendezvous at the same endpoint. </summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public NetEventRelayBinding ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.ServiceBus.NetEventRelayBinding.#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.NetEventRelayBinding" /> class.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public NetEventRelayBinding (string configurationName);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string configurationName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.ServiceBus.NetEventRelayBinding.#ctor(System.String)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyName>Microsoft.ServiceBus</AssemblyName>
</AssemblyInfo>
<Parameters>
<Parameter Name="configurationName" Type="System.String" />
</Parameters>
<Docs>
<param name="configurationName">The name of the configuration to use.</param>
<summary>Initializes a new instance of the
<see cref="T:Microsoft.ServiceBus.NetEventRelayBinding" /> class, using the specified configuration. </summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public NetEventRelayBinding (Microsoft.ServiceBus.EndToEndSecurityMode securityMode, Microsoft.ServiceBus.RelayEventSubscriberAuthenticationType relayClientAuthenticationType);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(valuetype Microsoft.ServiceBus.EndToEndSecurityMode securityMode, valuetype Microsoft.ServiceBus.RelayEventSubscriberAuthenticationType relayClientAuthenticationType) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.ServiceBus.NetEventRelayBinding.#ctor(Microsoft.ServiceBus.EndToEndSecurityMode,Microsoft.ServiceBus.RelayEventSubscriberAuthenticationType)" />
<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.RelayEventSubscriberAuthenticationType" />
</Parameters>
<Docs>
<param name="securityMode">The type of security 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.NetEventRelayBinding" /> class, using the specified security mode and relay client authentication type.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="protected NetEventRelayBinding (Microsoft.ServiceBus.RelayedOnewayTransportBindingElement transport, System.ServiceModel.Channels.BinaryMessageEncodingBindingElement encoding, Microsoft.ServiceBus.NetOnewayRelaySecurity security);" />
<MemberSignature Language="ILAsm" Value=".method familyhidebysig specialname rtspecialname instance void .ctor(class Microsoft.ServiceBus.RelayedOnewayTransportBindingElement transport, class System.ServiceModel.Channels.BinaryMessageEncodingBindingElement encoding, class Microsoft.ServiceBus.NetOnewayRelaySecurity security) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.ServiceBus.NetEventRelayBinding.#ctor(Microsoft.ServiceBus.RelayedOnewayTransportBindingElement,System.ServiceModel.Channels.BinaryMessageEncodingBindingElement,Microsoft.ServiceBus.NetOnewayRelaySecurity)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyName>Microsoft.ServiceBus</AssemblyName>
</AssemblyInfo>
<Parameters>
<Parameter Name="transport" Type="Microsoft.ServiceBus.RelayedOnewayTransportBindingElement" />
<Parameter Name="encoding" Type="System.ServiceModel.Channels.BinaryMessageEncodingBindingElement" />
<Parameter Name="security" Type="Microsoft.ServiceBus.NetOnewayRelaySecurity" />
</Parameters>
<Docs>
<param name="transport"> The transport to use. </param>
<param name="encoding"> The encoding to use. </param>
<param name="security"> The type of security used with the SOAP message and for the client. </param>
<summary>Initializes a new instance of the<see cref="T:Microsoft.ServiceBus.NetEventRelayBinding" /> class, using the specified transport, encoding, and security elements. </summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ApplyConfiguration">
<MemberSignature Language="C#" Value="protected override void ApplyConfiguration (string configurationName);" />
<MemberSignature Language="ILAsm" Value=".method familyhidebysig virtual instance void ApplyConfiguration(string configurationName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.ServiceBus.NetEventRelayBinding.ApplyConfiguration(System.String)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyName>Microsoft.ServiceBus</AssemblyName>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="configurationName" Type="System.String" />
</Parameters>
<Docs>
<param name="configurationName">The name of the configuration element to take the settings from.</param>
<summary>Applies the settings from the configuration element that corresponds to
the specified name to the current instance of this binding element.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="IsBindingElementsMatch">
<MemberSignature Language="C#" Value="protected bool IsBindingElementsMatch (Microsoft.ServiceBus.RelayedOnewayTransportBindingElement transport, System.ServiceModel.Channels.BinaryMessageEncodingBindingElement encoding, System.ServiceModel.Channels.ReliableSessionBindingElement session);" />
<MemberSignature Language="ILAsm" Value=".method familyhidebysig instance bool IsBindingElementsMatch(class Microsoft.ServiceBus.RelayedOnewayTransportBindingElement transport, class System.ServiceModel.Channels.BinaryMessageEncodingBindingElement encoding, class System.ServiceModel.Channels.ReliableSessionBindingElement session) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.ServiceBus.NetEventRelayBinding.IsBindingElementsMatch(Microsoft.ServiceBus.RelayedOnewayTransportBindingElement,System.ServiceModel.Channels.BinaryMessageEncodingBindingElement,System.ServiceModel.Channels.ReliableSessionBindingElement)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyName>Microsoft.ServiceBus</AssemblyName>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="transport" Type="Microsoft.ServiceBus.RelayedOnewayTransportBindingElement" />
<Parameter Name="encoding" Type="System.ServiceModel.Channels.BinaryMessageEncodingBindingElement" />
<Parameter Name="session" Type="System.ServiceModel.Channels.ReliableSessionBindingElement" />
</Parameters>
<Docs>
<param name="transport"> The transport to check against the current instance. </param>
<param name="encoding"> The encoding to check against the current instance. </param>
<param name="session"> The session to check against the current instance.</param>
<summary>Retrieves a value that determines if the specified binding elements match the current instance. </summary>
<returns>Returns true if the bindings match; otherwise, false. </returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>