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
- RegexFCD.cs
- Overlapped.cs
- SystemColors.cs
- CreateUserErrorEventArgs.cs
- CombinedGeometry.cs
- ToolStripSettings.cs
- WindowsRichEdit.cs
- ResourcePermissionBaseEntry.cs
- PointHitTestResult.cs
- SuppressIldasmAttribute.cs
- HtmlTextArea.cs
- BaseTemplateParser.cs
- SrgsRulesCollection.cs
- X509WindowsSecurityToken.cs
- RowUpdatedEventArgs.cs
- Polyline.cs
- GradientStopCollection.cs
- CodeEntryPointMethod.cs
- VisualBrush.cs
- HttpModuleActionCollection.cs
- __ConsoleStream.cs
- TableCellAutomationPeer.cs
- DrawTreeNodeEventArgs.cs
- ContainerControl.cs
- DrawingAttributeSerializer.cs
- RelationshipConstraintValidator.cs
- XMLSyntaxException.cs
- OdbcPermission.cs
- DataGridViewCellPaintingEventArgs.cs
- TextReader.cs
- DataGridCommandEventArgs.cs
- DataGridViewHeaderCell.cs
- QilStrConcat.cs
- FontCacheLogic.cs
- X509ServiceCertificateAuthentication.cs
- Codec.cs
- SystemNetHelpers.cs
- ShaderRenderModeValidation.cs
- DataGridHeaderBorder.cs
- QilTypeChecker.cs
- TableProvider.cs
- SqlError.cs
- odbcmetadatafactory.cs
- InternalControlCollection.cs
- AddingNewEventArgs.cs
- PixelFormat.cs
- SiteMapNode.cs
- TextBox.cs
- TypeTypeConverter.cs
- HwndKeyboardInputProvider.cs
- MenuAutomationPeer.cs
- ButtonChrome.cs
- QilCloneVisitor.cs
- ListViewGroup.cs
- HotSpotCollection.cs
- ReferenceService.cs
- BindingMemberInfo.cs
- ReachSerializationCacheItems.cs
- ZipIORawDataFileBlock.cs
- PageClientProxyGenerator.cs
- SmtpTransport.cs
- SecurityManager.cs
- XmlQueryRuntime.cs
- SafeNativeMethods.cs
- Repeater.cs
- XappLauncher.cs
- _ContextAwareResult.cs
- ReadOnlyDictionary.cs
- BasicHttpSecurityMode.cs
- ListViewItemMouseHoverEvent.cs
- Int32Rect.cs
- UInt16.cs
- GridView.cs
- httpserverutility.cs
- Request.cs
- BamlRecordHelper.cs
- TextServicesCompartment.cs
- TypeConstant.cs
- ImageDrawing.cs
- ManipulationStartedEventArgs.cs
- ObjectAnimationBase.cs
- PolicyException.cs
- SocketPermission.cs
- ByteBufferPool.cs
- rsa.cs
- BinaryCommonClasses.cs
- UnsafeNativeMethodsPenimc.cs
- BlockUIContainer.cs
- ToolstripProfessionalRenderer.cs
- ContextMenuStrip.cs
- RawStylusInput.cs
- NetNamedPipeBindingCollectionElement.cs
- LookupNode.cs
- ModuleConfigurationInfo.cs
- ExtenderProvidedPropertyAttribute.cs
- ConfigXmlComment.cs
- XmlTextReaderImplHelpers.cs
- QilStrConcatenator.cs
- PerformanceCounterCategory.cs
- DataTableNewRowEvent.cs