Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Configuration / MexBindingBindingCollectionElement.cs / 1 / MexBindingBindingCollectionElement.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; using System.ServiceModel.Description; public abstract class MexBindingBindingCollectionElement: StandardBindingCollectionElement where TStandardBinding : Binding where TBindingConfiguration : StandardBindingElement, new() { protected internal override bool TryAdd(string name, Binding binding, Configuration config) { // We will never match a binding to the mex*Bindings. The logic to do so would be: // 1) The binding was created using the mex*Binding config, or MetadataExchangeBindings.CreateMex*Binding() // 2) The binding has not been modified. // (2) is complicated and we don't have the time at this point. return false; } } } // 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
- QueryReaderSettings.cs
- HttpWebRequest.cs
- RandomDelayQueuedSendsAsyncResult.cs
- StackSpiller.Bindings.cs
- AspNetHostingPermission.cs
- OutputScope.cs
- AssemblyCollection.cs
- TreeViewTemplateSelector.cs
- RuleSettings.cs
- XmlAttributeHolder.cs
- TransactionFlowOption.cs
- SelectionUIService.cs
- WrappedIUnknown.cs
- SoapAttributes.cs
- FixedSOMTableCell.cs
- Rfc2898DeriveBytes.cs
- DesignerActionListCollection.cs
- recordstatefactory.cs
- Scene3D.cs
- DataControlCommands.cs
- EntityDataSourceWrapperPropertyDescriptor.cs
- TypedElement.cs
- HttpHandlerAction.cs
- EntityDataSourceColumn.cs
- InvalidComObjectException.cs
- CapabilitiesState.cs
- ClientSponsor.cs
- DataGridViewHeaderCell.cs
- ColorKeyFrameCollection.cs
- AudioBase.cs
- ClockGroup.cs
- OleDragDropHandler.cs
- SimplePropertyEntry.cs
- Control.cs
- MoveSizeWinEventHandler.cs
- ProviderSettingsCollection.cs
- EntityDesignerDataSourceView.cs
- CodeIdentifier.cs
- HScrollProperties.cs
- HandleValueEditor.cs
- XmlText.cs
- SessionIDManager.cs
- TagMapCollection.cs
- Query.cs
- SqlDuplicator.cs
- LeaseManager.cs
- VideoDrawing.cs
- DbUpdateCommandTree.cs
- StoryFragments.cs
- CodeDOMUtility.cs
- WindowsListViewSubItem.cs
- Merger.cs
- COM2IPerPropertyBrowsingHandler.cs
- DateTimeFormatInfoScanner.cs
- ContractMapping.cs
- NavigationProperty.cs
- TextCompositionEventArgs.cs
- SafeNativeMethodsCLR.cs
- DbSourceParameterCollection.cs
- XamlStyleSerializer.cs
- DiagnosticTraceSource.cs
- DataConnectionHelper.cs
- TypeForwardedToAttribute.cs
- TranslateTransform3D.cs
- NamespaceDecl.cs
- Message.cs
- XmlBinaryReader.cs
- AvTrace.cs
- Wildcard.cs
- ModelFactory.cs
- SmtpReplyReaderFactory.cs
- FamilyMap.cs
- ScrollChangedEventArgs.cs
- coordinatorfactory.cs
- M3DUtil.cs
- FontNamesConverter.cs
- MetadataSource.cs
- ScrollContentPresenter.cs
- ProjectionCamera.cs
- MenuEventArgs.cs
- StringResourceManager.cs
- ExtensibleClassFactory.cs
- CodeSnippetTypeMember.cs
- FormsAuthenticationCredentials.cs
- WebReferenceOptions.cs
- Shape.cs
- StoreAnnotationsMap.cs
- DataGridToolTip.cs
- Utility.cs
- SharedPerformanceCounter.cs
- ToolStripLabel.cs
- WrappedIUnknown.cs
- FixedElement.cs
- InteropAutomationProvider.cs
- Pair.cs
- FixedSOMTableRow.cs
- RelationshipDetailsCollection.cs
- CodeObjectCreateExpression.cs
- CommonDialog.cs
- HttpPostedFile.cs