Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / QueuedDeliveryRequirementsMode.cs / 1 / QueuedDeliveryRequirementsMode.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.ServiceModel { public enum QueuedDeliveryRequirementsMode { Allowed, Required, NotAllowed, } static class QueuedDeliveryRequirementsModeHelper { static public bool IsDefined(QueuedDeliveryRequirementsMode x) { return x == QueuedDeliveryRequirementsMode.Allowed || x == QueuedDeliveryRequirementsMode.Required || x == QueuedDeliveryRequirementsMode.NotAllowed || false; } } } // 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
- MatrixAnimationUsingPath.cs
- SecurityHelper.cs
- GacUtil.cs
- DBParameter.cs
- WpfKnownMemberInvoker.cs
- ThousandthOfEmRealPoints.cs
- XmlUtil.cs
- _SslStream.cs
- ClipboardData.cs
- RadioButton.cs
- DataGridView.cs
- GeneralTransform3D.cs
- XsdBuildProvider.cs
- WindowsScrollBar.cs
- Int32Rect.cs
- ProcessManager.cs
- QueryableDataSourceView.cs
- BatchServiceHost.cs
- HttpServerVarsCollection.cs
- DiagnosticTrace.cs
- EntityDataSourceViewSchema.cs
- EntityParameterCollection.cs
- EFTableProvider.cs
- TagNameToTypeMapper.cs
- WebControlAdapter.cs
- EnumCodeDomSerializer.cs
- RectangleF.cs
- DBCSCodePageEncoding.cs
- MimeFormReflector.cs
- GraphicsPath.cs
- XmlSortKey.cs
- ProtocolsConfigurationEntry.cs
- PolicyAssertionCollection.cs
- UriSectionReader.cs
- NameScopePropertyAttribute.cs
- ZipIOBlockManager.cs
- AffineTransform3D.cs
- LinkedList.cs
- AttributeInfo.cs
- CallSiteHelpers.cs
- ConfigurationElement.cs
- Pair.cs
- AsyncResult.cs
- OleDbMetaDataFactory.cs
- AuthenticationManager.cs
- SafeBitVector32.cs
- ClrProviderManifest.cs
- TextRangeAdaptor.cs
- AssemblySettingAttributes.cs
- DataViewManagerListItemTypeDescriptor.cs
- TreeWalkHelper.cs
- SpeechRecognitionEngine.cs
- XamlToRtfParser.cs
- SocketAddress.cs
- UInt64Storage.cs
- RoleBoolean.cs
- CharacterHit.cs
- AcceleratedTokenAuthenticator.cs
- XmlSchemaSubstitutionGroup.cs
- EventsTab.cs
- DoubleStorage.cs
- ScrollBar.cs
- FtpWebRequest.cs
- TreeNodeBindingDepthConverter.cs
- DataControlExtensions.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- PeerNameResolver.cs
- BitmapPalettes.cs
- ListBox.cs
- BamlCollectionHolder.cs
- ThreadExceptionDialog.cs
- CompilerInfo.cs
- ErrorHandler.cs
- DataGridCellInfo.cs
- TextPatternIdentifiers.cs
- ResourceReferenceExpression.cs
- AuthenticateEventArgs.cs
- AppDomainAttributes.cs
- DataSourceComponent.cs
- ZeroOpNode.cs
- DeploymentSection.cs
- DesignerOptionService.cs
- DecryptRequest.cs
- ContainerUtilities.cs
- ClickablePoint.cs
- BaseValidatorDesigner.cs
- CompositeCollectionView.cs
- PropertyBuilder.cs
- ResolveResponseInfo.cs
- ListControl.cs
- ChooseAction.cs
- TemplateControl.cs
- ExtentJoinTreeNode.cs
- ClrPerspective.cs
- TextServicesHost.cs
- BuildManagerHost.cs
- HebrewCalendar.cs
- PlainXmlWriter.cs
- UnsafeNativeMethods.cs
- SoapCodeExporter.cs