Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / addressfiltermode.cs / 1 / addressfiltermode.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.ServiceModel { using System; public enum AddressFilterMode { Exact, // AddressFilterMode.default Prefix, Any, } static class AddressFilterModeHelper { static public bool IsDefined(AddressFilterMode x) { return x == AddressFilterMode.Exact || x == AddressFilterMode.Prefix || x == AddressFilterMode.Any; } } } // 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
- sqlcontext.cs
- DateTimeOffset.cs
- RootProfilePropertySettingsCollection.cs
- Decorator.cs
- NonVisualControlAttribute.cs
- WebServicesDescriptionAttribute.cs
- FunctionImportElement.cs
- userdatakeys.cs
- Console.cs
- ThemeDirectoryCompiler.cs
- InstanceKeyCollisionException.cs
- AppDomainInstanceProvider.cs
- WsiProfilesElementCollection.cs
- Solver.cs
- Ipv6Element.cs
- SecureConversationSecurityTokenParameters.cs
- NativeWindow.cs
- SQLBinary.cs
- ReadOnlyHierarchicalDataSource.cs
- SqlConnectionManager.cs
- SchemaType.cs
- Label.cs
- PrintingPermissionAttribute.cs
- ImageMap.cs
- BamlTreeMap.cs
- RadioButtonRenderer.cs
- ReachSerializer.cs
- UnsafeNativeMethods.cs
- PathNode.cs
- Queue.cs
- WindowsIdentity.cs
- FunctionUpdateCommand.cs
- TextElementEnumerator.cs
- uribuilder.cs
- FixedSOMContainer.cs
- XPathAncestorQuery.cs
- ObjectAnimationUsingKeyFrames.cs
- GetRecipientListRequest.cs
- CompositeFontFamily.cs
- CombinedGeometry.cs
- PriorityQueue.cs
- EventTrigger.cs
- OdbcConnectionStringbuilder.cs
- NamespaceList.cs
- CompilationUnit.cs
- SiteMapDesignerDataSourceView.cs
- SamlAction.cs
- ListBoxDesigner.cs
- FixedSOMPage.cs
- KeyValueConfigurationElement.cs
- SafeFindHandle.cs
- userdatakeys.cs
- FaultContext.cs
- ArrayConverter.cs
- DefaultPrintController.cs
- GridViewColumnCollection.cs
- VirtualPathProvider.cs
- Page.cs
- FileCodeGroup.cs
- TcpConnectionPool.cs
- PropertyGridCommands.cs
- FixedSOMElement.cs
- TypeLoadException.cs
- SystemIcmpV6Statistics.cs
- _UriSyntax.cs
- ContentType.cs
- relpropertyhelper.cs
- HtmlTable.cs
- DataGridViewTextBoxCell.cs
- DbCommandDefinition.cs
- FormCollection.cs
- SharedUtils.cs
- ThreadStaticAttribute.cs
- SqlBooleanMismatchVisitor.cs
- InvokeMethod.cs
- WebBrowser.cs
- SafeLibraryHandle.cs
- GPPOINT.cs
- HTTPNotFoundHandler.cs
- CombinedTcpChannel.cs
- DynamicEndpointElement.cs
- odbcmetadatafactory.cs
- InteropAutomationProvider.cs
- LogFlushAsyncResult.cs
- ScrollChrome.cs
- UnauthorizedWebPart.cs
- MarginCollapsingState.cs
- ButtonFlatAdapter.cs
- JumpList.cs
- DataGridViewRow.cs
- NetworkInterface.cs
- SqlNodeAnnotation.cs
- DecoderFallback.cs
- Button.cs
- BamlWriter.cs
- NamespaceList.cs
- IncrementalReadDecoders.cs
- SystemResources.cs
- CaseKeyBox.xaml.cs
- SecurityToken.cs