Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Configuration / BaseAddressPrefixFilterElement.cs / 1 / BaseAddressPrefixFilterElement.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel.Configuration { using System; using System.Collections.Generic; using System.Configuration; public sealed partial class BaseAddressPrefixFilterElement : ConfigurationElement { public BaseAddressPrefixFilterElement() { } public BaseAddressPrefixFilterElement(Uri prefix) : this() { if (prefix == null) { throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull("prefix"); } this.Prefix = prefix; } [ConfigurationProperty(ConfigurationStrings.Prefix, Options = ConfigurationPropertyOptions.IsRequired | ConfigurationPropertyOptions.IsKey)] public Uri Prefix { get { return (Uri)base[ConfigurationStrings.Prefix]; } set { base[ConfigurationStrings.Prefix] = value;} } } } // 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
- HtmlInputCheckBox.cs
- ExtendedPropertyCollection.cs
- FunctionCommandText.cs
- SessionState.cs
- MailSettingsSection.cs
- WebPartDescription.cs
- LoginName.cs
- PrintControllerWithStatusDialog.cs
- TextSimpleMarkerProperties.cs
- EncoderExceptionFallback.cs
- ManipulationStartingEventArgs.cs
- AssemblyInfo.cs
- ObjectList.cs
- CodeArgumentReferenceExpression.cs
- PriorityItem.cs
- HybridWebProxyFinder.cs
- RoutedEventValueSerializer.cs
- TextAnchor.cs
- SystemIcmpV4Statistics.cs
- SecurityTokenTypes.cs
- MenuItemBinding.cs
- DropTarget.cs
- BlockCollection.cs
- AuthenticationModuleElementCollection.cs
- OpenFileDialog.cs
- AlternateView.cs
- ADConnectionHelper.cs
- RegistrationServices.cs
- PhonemeEventArgs.cs
- ListChangedEventArgs.cs
- EntityDataSourceMemberPath.cs
- ThreadExceptionEvent.cs
- DbTypeMap.cs
- IdentityHolder.cs
- SettingsPropertyCollection.cs
- OracleTimeSpan.cs
- ParserOptions.cs
- QilTypeChecker.cs
- DropShadowEffect.cs
- DataGridTableCollection.cs
- MimeBasePart.cs
- OneWayChannelFactory.cs
- SerializationObjectManager.cs
- DataGridBoolColumn.cs
- WebServiceTypeData.cs
- AttributeProviderAttribute.cs
- WindowsHyperlink.cs
- ResourceContainer.cs
- BuildProvider.cs
- ServiceProviders.cs
- cookieexception.cs
- XsdCachingReader.cs
- MultiDataTrigger.cs
- SizeConverter.cs
- COM2TypeInfoProcessor.cs
- EventSetter.cs
- _HeaderInfoTable.cs
- SecurityPermission.cs
- NestedContainer.cs
- HtmlTableCell.cs
- SurrogateEncoder.cs
- FileChangesMonitor.cs
- WorkflowElementDialog.cs
- OracleDataReader.cs
- OpenFileDialog.cs
- StringConverter.cs
- PreloadedPackages.cs
- LogStream.cs
- assemblycache.cs
- CodeTypeDelegate.cs
- StructuralComparisons.cs
- QilSortKey.cs
- WebPartsPersonalization.cs
- FrameDimension.cs
- CorrelationQuery.cs
- XmlValueConverter.cs
- UnmanagedHandle.cs
- HtmlTableRowCollection.cs
- SplineKeyFrames.cs
- SettingsProviderCollection.cs
- PerspectiveCamera.cs
- PartitionResolver.cs
- FaultDescriptionCollection.cs
- DeviceFilterDictionary.cs
- CultureSpecificStringDictionary.cs
- WindowsSysHeader.cs
- ProxyManager.cs
- WindowsListViewGroupSubsetLink.cs
- ZoomingMessageFilter.cs
- COM2ICategorizePropertiesHandler.cs
- PriorityQueue.cs
- HttpProxyCredentialType.cs
- DataGridCellAutomationPeer.cs
- MailAddress.cs
- HyperLinkField.cs
- RoleService.cs
- PerformanceCounterLib.cs
- ComAdminWrapper.cs
- DataGridDefaultColumnWidthTypeConverter.cs
- CheckBoxField.cs