1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
<?xml version="1.0" encoding="utf-8"?>
<Type Name="MexBindingBindingCollectionElement<TStandardBinding,TBindingConfiguration>" FullName="System.ServiceModel.Configuration.MexBindingBindingCollectionElement<TStandardBinding,TBindingConfiguration>">
<TypeSignature Language="C#" Value="public abstract class MexBindingBindingCollectionElement<TStandardBinding,TBindingConfiguration> : System.ServiceModel.Configuration.StandardBindingCollectionElement<TStandardBinding,TBindingConfiguration> where TStandardBinding : Binding where TBindingConfiguration : StandardBindingElementnew()" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi abstract MexBindingBindingCollectionElement`2<(class System.ServiceModel.Channels.Binding) TStandardBinding, .ctor (class System.ServiceModel.Configuration.StandardBindingElement) TBindingConfiguration> extends System.ServiceModel.Configuration.StandardBindingCollectionElement`2<!TStandardBinding, !TBindingConfiguration>" />
<AssemblyInfo>
<AssemblyName>System.ServiceModel</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<TypeParameters>
<TypeParameter Name="TStandardBinding">
<Constraints>
<BaseTypeName>System.ServiceModel.Channels.Binding</BaseTypeName>
</Constraints>
</TypeParameter>
<TypeParameter Name="TBindingConfiguration">
<Constraints>
<ParameterAttribute>DefaultConstructorConstraint</ParameterAttribute>
<BaseTypeName>System.ServiceModel.Configuration.StandardBindingElement</BaseTypeName>
</Constraints>
</TypeParameter>
</TypeParameters>
<Base>
<BaseTypeName>System.ServiceModel.Configuration.StandardBindingCollectionElement<TStandardBinding,TBindingConfiguration></BaseTypeName>
<BaseTypeArguments>
<BaseTypeArgument TypeParamName="TStandardBinding">TStandardBinding</BaseTypeArgument>
<BaseTypeArgument TypeParamName="TBindingConfiguration">TBindingConfiguration</BaseTypeArgument>
</BaseTypeArguments>
</Base>
<Interfaces />
<Docs>
<typeparam name="TStandardBinding">To be added.</typeparam>
<typeparam name="TBindingConfiguration">To be added.</typeparam>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Represents a collection of MEX binding configuration elements.</para>
</summary>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="protected MexBindingBindingCollectionElement ();" />
<MemberSignature Language="ILAsm" Value=".method familyhidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Initializes a new instance of the <see cref="T:System.ServiceModel.Configuration.MexBindingBindingCollectionElement`2" /> class. </para>
</summary>
</Docs>
</Member>
</Members>
</Type>
|