Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Configuration / MexHttpBindingCollectionElement.cs / 1 / MexHttpBindingCollectionElement.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 partial class MexHttpBindingCollectionElement : MexBindingBindingCollectionElement{ internal static MexHttpBindingCollectionElement GetBindingCollectionElement() { return (MexHttpBindingCollectionElement)ConfigurationHelpers.GetBindingCollectionElement(ConfigurationStrings.MexHttpBindingCollectionElementName); } protected internal override Binding GetDefault() { return MetadataExchangeBindings.GetBindingForScheme(Uri.UriSchemeHttp); } } } // 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
- SeparatorAutomationPeer.cs
- CommentEmitter.cs
- PenContext.cs
- AuthenticationConfig.cs
- MessageAction.cs
- PolicyException.cs
- TraceSource.cs
- ActivityTypeDesigner.xaml.cs
- UpDownEvent.cs
- CompositeDesignerAccessibleObject.cs
- AttributeUsageAttribute.cs
- BinaryObjectWriter.cs
- BasePattern.cs
- TextEncodedRawTextWriter.cs
- MTConfigUtil.cs
- WorkflowInstance.cs
- NativeMethods.cs
- ServiceMetadataExtension.cs
- FixedPageProcessor.cs
- EventManager.cs
- MULTI_QI.cs
- GeneralTransform2DTo3D.cs
- Expander.cs
- MinMaxParagraphWidth.cs
- storepermissionattribute.cs
- RequestResizeEvent.cs
- SafeProcessHandle.cs
- EntitySetDataBindingList.cs
- DynamicPropertyReader.cs
- GroupQuery.cs
- ApplicationCommands.cs
- XmlSchemaDatatype.cs
- OrderPreservingPipeliningSpoolingTask.cs
- DecoderBestFitFallback.cs
- WebControlsSection.cs
- TypefaceMetricsCache.cs
- ThreadStateException.cs
- DataContractSet.cs
- ValidationEventArgs.cs
- TextFormatter.cs
- DataGridAddNewRow.cs
- SqlDataReader.cs
- HierarchicalDataTemplate.cs
- HyperLink.cs
- XmlCompatibilityReader.cs
- ColorConvertedBitmap.cs
- DoubleConverter.cs
- DotExpr.cs
- BrushConverter.cs
- ThreadExceptionDialog.cs
- BookmarkScope.cs
- BaseTemplateBuildProvider.cs
- _IPv6Address.cs
- LayoutTable.cs
- SyntaxCheck.cs
- TextServicesPropertyRanges.cs
- CounterCreationData.cs
- XPathException.cs
- SimpleWebHandlerParser.cs
- GZipDecoder.cs
- UnsafeNativeMethodsMilCoreApi.cs
- BCLDebug.cs
- TabControl.cs
- OutputCacheProfileCollection.cs
- WeakEventTable.cs
- ProtocolsSection.cs
- ComboBox.cs
- HMACSHA384.cs
- HiddenFieldPageStatePersister.cs
- ElementHostPropertyMap.cs
- TimelineGroup.cs
- CommandField.cs
- HttpWebRequestElement.cs
- SecurityTokenRequirement.cs
- DataGridViewCell.cs
- UrlRoutingHandler.cs
- XsltOutput.cs
- DataColumnPropertyDescriptor.cs
- PeerResolverBindingElement.cs
- ErrorInfoXmlDocument.cs
- BitmapEffectOutputConnector.cs
- ToolStripStatusLabel.cs
- XmlSchemaComplexContentExtension.cs
- Interlocked.cs
- WebRequestModuleElementCollection.cs
- OdbcHandle.cs
- PaginationProgressEventArgs.cs
- SqlTypeSystemProvider.cs
- PathSegmentCollection.cs
- GroupStyle.cs
- WindowsScroll.cs
- DeclaredTypeElement.cs
- SmiEventSink.cs
- ColumnWidthChangedEvent.cs
- TaskScheduler.cs
- HtmlTableRowCollection.cs
- Size.cs
- NativeMethods.cs
- ImpersonationContext.cs
- XmlSchemaExporter.cs