Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Configuration / MexTcpBindingCollectionElement.cs / 1 / MexTcpBindingCollectionElement.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 MexTcpBindingCollectionElement : MexBindingBindingCollectionElement{ internal static MexTcpBindingCollectionElement GetBindingCollectionElement() { return (MexTcpBindingCollectionElement)ConfigurationHelpers.GetBindingCollectionElement(ConfigurationStrings.MexTcpBindingCollectionElementName); } protected internal override Binding GetDefault() { return MetadataExchangeBindings.GetBindingForScheme(Uri.UriSchemeNetTcp); } } } // 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
- FunctionImportElement.cs
- XPathEmptyIterator.cs
- HostingPreferredMapPath.cs
- TreeViewAutomationPeer.cs
- SaveFileDialog.cs
- PathSegment.cs
- NCryptSafeHandles.cs
- DataRelationCollection.cs
- ContextMarshalException.cs
- ValidateNames.cs
- UpdatePanel.cs
- RadioButtonRenderer.cs
- ValidatingPropertiesEventArgs.cs
- TextServicesCompartment.cs
- CompressEmulationStream.cs
- HMACSHA384.cs
- WebSysDescriptionAttribute.cs
- Misc.cs
- WindowsGrip.cs
- TrackingRecordPreFilter.cs
- EnumerableRowCollection.cs
- ThrowHelper.cs
- BindingExpressionBase.cs
- SqlConnection.cs
- BlurBitmapEffect.cs
- WsdlBuildProvider.cs
- GenericPrincipal.cs
- Constraint.cs
- SynchronizationLockException.cs
- ObjectPersistData.cs
- DataSourceXmlClassAttribute.cs
- MD5CryptoServiceProvider.cs
- TimeIntervalCollection.cs
- MetabaseSettingsIis7.cs
- MexBindingElement.cs
- xdrvalidator.cs
- Animatable.cs
- GetFileNameResult.cs
- AuthenticatedStream.cs
- GraphicsContainer.cs
- IProducerConsumerCollection.cs
- ScriptManagerProxy.cs
- DataSourceConverter.cs
- ChameleonKey.cs
- StorageInfo.cs
- WorkflowInstance.cs
- TextSerializer.cs
- ScrollableControl.cs
- LinqDataSource.cs
- ActionMessageFilter.cs
- ReferenceEqualityComparer.cs
- StringPropertyBuilder.cs
- AlphaSortedEnumConverter.cs
- MatrixCamera.cs
- IdentityModelStringsVersion1.cs
- RealProxy.cs
- LayoutEngine.cs
- LineServicesRun.cs
- EntityDesignerDataSourceView.cs
- DependencyPropertyHelper.cs
- XmlQualifiedNameTest.cs
- DataGridColumnHeadersPresenter.cs
- ConstraintStruct.cs
- IEnumerable.cs
- TranslateTransform.cs
- TypeDescriptor.cs
- InputReportEventArgs.cs
- StorageMappingItemLoader.cs
- HtmlTableRowCollection.cs
- InvalidComObjectException.cs
- Speller.cs
- DetailsViewRowCollection.cs
- XmlSortKeyAccumulator.cs
- HttpInputStream.cs
- TableLayoutStyle.cs
- XmlDataSourceView.cs
- DataBinder.cs
- BigInt.cs
- Lease.cs
- Socket.cs
- MetadataPropertyvalue.cs
- ColorMap.cs
- ControlPropertyNameConverter.cs
- IIS7WorkerRequest.cs
- HtmlInputImage.cs
- TextFormattingConverter.cs
- DataServiceQueryProvider.cs
- RenderingEventArgs.cs
- XmlJsonWriter.cs
- SqlClientFactory.cs
- CodeArrayCreateExpression.cs
- GraphicsState.cs
- SoapReflector.cs
- ToolStripSplitStackLayout.cs
- SafeProcessHandle.cs
- PassportIdentity.cs
- ColumnResult.cs
- XamlClipboardData.cs
- ConnectionStringsExpressionBuilder.cs
- Pkcs7Recipient.cs