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
- ConnectionManagementElement.cs
- Array.cs
- MessageQueueTransaction.cs
- Cursor.cs
- _BaseOverlappedAsyncResult.cs
- ColumnWidthChangingEvent.cs
- PopupRootAutomationPeer.cs
- PenContext.cs
- ApplicationDirectory.cs
- ColorTransform.cs
- MD5HashHelper.cs
- TaiwanLunisolarCalendar.cs
- PixelFormat.cs
- Regex.cs
- ValueConversionAttribute.cs
- TextCompositionManager.cs
- PackWebResponse.cs
- QueryOptionExpression.cs
- TriggerActionCollection.cs
- HostingEnvironment.cs
- ListItemViewAttribute.cs
- ResolveMatchesMessageCD1.cs
- GeneralTransform2DTo3D.cs
- DataPager.cs
- Perspective.cs
- AudioLevelUpdatedEventArgs.cs
- __ConsoleStream.cs
- TextServicesDisplayAttribute.cs
- EntitySetDataBindingList.cs
- KeyboardDevice.cs
- InternalMappingException.cs
- NameTable.cs
- ItemDragEvent.cs
- WebPartsPersonalization.cs
- ScrollContentPresenter.cs
- DelegateSerializationHolder.cs
- X509Certificate.cs
- DesignerValidationSummaryAdapter.cs
- Literal.cs
- TypeHelper.cs
- CustomError.cs
- GroupStyle.cs
- RandomDelaySendsAsyncResult.cs
- __ComObject.cs
- ProtectedConfiguration.cs
- XmlValidatingReader.cs
- TreeViewImageIndexConverter.cs
- MeasureItemEvent.cs
- Selector.cs
- AvtEvent.cs
- LinkedResource.cs
- TargetFrameworkUtil.cs
- DetailsViewRow.cs
- MetadataException.cs
- XmlILModule.cs
- SectionRecord.cs
- FieldNameLookup.cs
- QueryContinueDragEvent.cs
- XhtmlBasicCommandAdapter.cs
- SafeMILHandle.cs
- WindowInteractionStateTracker.cs
- DataKey.cs
- TextEditorThreadLocalStore.cs
- WebPartsSection.cs
- SecuritySessionFilter.cs
- SourceSwitch.cs
- Set.cs
- DataTransferEventArgs.cs
- XmlSchemaParticle.cs
- ToolBar.cs
- XmlTextReader.cs
- DirectionalLight.cs
- RC2.cs
- PointLightBase.cs
- MenuScrollingVisibilityConverter.cs
- _AutoWebProxyScriptWrapper.cs
- CompositeClientFormatter.cs
- DiffuseMaterial.cs
- ListView.cs
- objectquery_tresulttype.cs
- ResolveResponseInfo.cs
- ParallelLoopState.cs
- WpfSharedBamlSchemaContext.cs
- PerformanceCounterCategory.cs
- TextBounds.cs
- NativeMethods.cs
- TransformCollection.cs
- FormatterConverter.cs
- NativeMethods.cs
- Socket.cs
- Error.cs
- BindingsCollection.cs
- WebEncodingValidatorAttribute.cs
- SqlSupersetValidator.cs
- XPathDocumentBuilder.cs
- ObjectPersistData.cs
- ModuleBuilder.cs
- PenThread.cs
- ContainerParagraph.cs
- DataObject.cs