Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / ReceiveErrorHandling.cs / 1 / ReceiveErrorHandling.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.ServiceModel { public enum ReceiveErrorHandling { Fault, Drop, Reject, Move } static class ReceiveErrorHandlingHelper { internal static bool IsDefined(ReceiveErrorHandling value) { return value == ReceiveErrorHandling.Fault || value == ReceiveErrorHandling.Drop || value == ReceiveErrorHandling.Reject || value == ReceiveErrorHandling.Move; } } } // 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
- NonBatchDirectoryCompiler.cs
- VideoDrawing.cs
- ScriptingAuthenticationServiceSection.cs
- ColorBlend.cs
- PeerNameRegistration.cs
- codemethodreferenceexpression.cs
- FontFamilyConverter.cs
- MediaTimeline.cs
- Int32Rect.cs
- StateMachineHelpers.cs
- SHA384CryptoServiceProvider.cs
- ConfigurationLockCollection.cs
- TripleDES.cs
- DefaultAsyncDataDispatcher.cs
- SaveFileDialog.cs
- DrawingContext.cs
- TemplateParser.cs
- Drawing.cs
- BmpBitmapEncoder.cs
- Animatable.cs
- PrimitiveType.cs
- MethodRental.cs
- DispatchProxy.cs
- TypeUtils.cs
- SR.cs
- DataServiceHost.cs
- FontStyles.cs
- IdentityManager.cs
- RectangleF.cs
- TypeReference.cs
- StoreContentChangedEventArgs.cs
- DocumentPageView.cs
- ComponentCommands.cs
- RectangleGeometry.cs
- ShaperBuffers.cs
- SoapFormatterSinks.cs
- LayoutEvent.cs
- ApplicationId.cs
- Event.cs
- IPEndPoint.cs
- CalendarAutomationPeer.cs
- EdmMember.cs
- CdpEqualityComparer.cs
- GridView.cs
- SelectedDatesCollection.cs
- ChangeInterceptorAttribute.cs
- CompModSwitches.cs
- PersonalizationEntry.cs
- HashRepartitionStream.cs
- SetIndexBinder.cs
- CurrentChangedEventManager.cs
- DependencyObjectType.cs
- RadioButtonList.cs
- CompModHelpers.cs
- TemplateParser.cs
- CodeStatementCollection.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs
- RoamingStoreFile.cs
- Message.cs
- HwndProxyElementProvider.cs
- DynamicPropertyHolder.cs
- HorizontalAlignConverter.cs
- PrinterResolution.cs
- TypeSemantics.cs
- HtmlInputReset.cs
- CachedBitmap.cs
- ScrollContentPresenter.cs
- NetPipeSectionData.cs
- AutomationPatternInfo.cs
- DirectoryObjectSecurity.cs
- XmlUTF8TextReader.cs
- Config.cs
- CaretElement.cs
- TextElementEnumerator.cs
- TemplateControlBuildProvider.cs
- StringComparer.cs
- XamlPathDataSerializer.cs
- PolicyManager.cs
- EntityDataSourceSelectingEventArgs.cs
- PropertyPathWorker.cs
- AtlasWeb.Designer.cs
- BinaryWriter.cs
- QueryCoreOp.cs
- AspProxy.cs
- RemotingServices.cs
- ScriptIgnoreAttribute.cs
- TextEditorCopyPaste.cs
- BindingValueChangedEventArgs.cs
- ProfileSettingsCollection.cs
- ImageCodecInfoPrivate.cs
- DesignerCatalogPartChrome.cs
- UriScheme.cs
- FixedTextPointer.cs
- ViewRendering.cs
- OleCmdHelper.cs
- DataGridCommandEventArgs.cs
- SafeCancelMibChangeNotify.cs
- ImportCatalogPart.cs
- IntegerFacetDescriptionElement.cs
- DependencyObjectPropertyDescriptor.cs