Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Configuration / MexBindingElement.cs / 1 / MexBindingElement.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel.Configuration { using System.Configuration; using System.ServiceModel; using System.Globalization; using System.ServiceModel.Security; using System.Text; using System.ComponentModel; using System.ServiceModel.Channels; public abstract class MexBindingElement: StandardBindingElement where TStandardBinding : Binding { protected MexBindingElement(string name) : base(name) { } protected override Type BindingElementType { get { return typeof(TStandardBinding); } } protected override void OnApplyConfiguration(Binding binding) { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RelOps.cs
- BaseValidator.cs
- EventListener.cs
- ProcessModelSection.cs
- CacheRequest.cs
- XmlSchemaAnnotation.cs
- SoapFault.cs
- DbProviderFactoriesConfigurationHandler.cs
- ExtensionWindowResizeGrip.cs
- TreeNodeConverter.cs
- CursorConverter.cs
- BuilderPropertyEntry.cs
- BitmapDownload.cs
- Error.cs
- ForEachDesigner.xaml.cs
- MsmqIntegrationElement.cs
- StackSpiller.Temps.cs
- StrongNameUtility.cs
- TriggerCollection.cs
- XmlSchemaObjectTable.cs
- XamlTreeBuilderBamlRecordWriter.cs
- XmlSchemaComplexContent.cs
- DateTimeStorage.cs
- EventNotify.cs
- _FixedSizeReader.cs
- XhtmlBasicLinkAdapter.cs
- ProxySimple.cs
- SafeFindHandle.cs
- SliderAutomationPeer.cs
- GZipStream.cs
- PromptStyle.cs
- safex509handles.cs
- DefaultPrintController.cs
- SchemaCollectionPreprocessor.cs
- TextRangeEdit.cs
- OutOfMemoryException.cs
- EntityDataSourceChangingEventArgs.cs
- SortKey.cs
- Vector3DValueSerializer.cs
- ProviderConnectionPoint.cs
- ColorConverter.cs
- TemplateManager.cs
- CompilerParameters.cs
- XamlGridLengthSerializer.cs
- FormViewInsertedEventArgs.cs
- StrokeFIndices.cs
- CurrentTimeZone.cs
- ListView.cs
- TrustManagerMoreInformation.cs
- SerializerDescriptor.cs
- ModelPerspective.cs
- SQLMoney.cs
- SystemIcmpV6Statistics.cs
- Documentation.cs
- SafeNativeMethodsOther.cs
- BamlLocalizableResourceKey.cs
- NetworkInformationException.cs
- CodeAttributeDeclaration.cs
- UnsafeNetInfoNativeMethods.cs
- GACIdentityPermission.cs
- XmlSerializationReader.cs
- TableLayoutStyleCollection.cs
- LayoutEditorPart.cs
- PreviewPrintController.cs
- CompilationRelaxations.cs
- Line.cs
- TextTreeRootTextBlock.cs
- SrgsElementFactory.cs
- IChannel.cs
- PlanCompilerUtil.cs
- ellipse.cs
- ApplicationException.cs
- DataViewSettingCollection.cs
- ReadWriteSpinLock.cs
- WsatConfiguration.cs
- PresentationAppDomainManager.cs
- DoubleKeyFrameCollection.cs
- DesignUtil.cs
- IndexOutOfRangeException.cs
- OracleParameterCollection.cs
- QuaternionAnimation.cs
- hwndwrapper.cs
- PrimitiveRenderer.cs
- BinaryFormatter.cs
- PropertyIDSet.cs
- CryptoProvider.cs
- XmlChildEnumerator.cs
- Calendar.cs
- VectorCollectionValueSerializer.cs
- WebPartDisplayMode.cs
- PersonalizationAdministration.cs
- HttpServerChannel.cs
- TableLayoutRowStyleCollection.cs
- DataListDesigner.cs
- StaticDataManager.cs
- HostingEnvironmentSection.cs
- DataGridViewRowErrorTextNeededEventArgs.cs
- BasicViewGenerator.cs
- HashHelpers.cs
- XmlSerializerSection.cs