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
- SqlDependencyUtils.cs
- ColumnHeader.cs
- ThicknessAnimationBase.cs
- TreeView.cs
- HistoryEventArgs.cs
- DataBoundControlHelper.cs
- ScriptManager.cs
- PriorityItem.cs
- DocumentApplicationJournalEntry.cs
- BatchServiceHost.cs
- PeerNameRegistration.cs
- PartitionedDataSource.cs
- AssemblyAssociatedContentFileAttribute.cs
- SqlClientMetaDataCollectionNames.cs
- XmlSerializerFaultFormatter.cs
- AuthenticationModulesSection.cs
- PropertyGeneratedEventArgs.cs
- ECDiffieHellman.cs
- TextElementEnumerator.cs
- BitmapPalette.cs
- PermissionSetEnumerator.cs
- FontEmbeddingManager.cs
- DocumentApplicationJournalEntry.cs
- TreeNodeEventArgs.cs
- SchemaConstraints.cs
- BinaryQueryOperator.cs
- XmlMapping.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- TableItemProviderWrapper.cs
- sqlnorm.cs
- DocumentPage.cs
- StrongNameIdentityPermission.cs
- RandomDelaySendsAsyncResult.cs
- RangeBase.cs
- ComponentGlyph.cs
- MessageBox.cs
- StringPropertyBuilder.cs
- CompilationRelaxations.cs
- FastPropertyAccessor.cs
- DBSchemaRow.cs
- Point4D.cs
- XmlSchemaAnnotation.cs
- QualificationDataItem.cs
- FormsAuthenticationUser.cs
- BufferBuilder.cs
- ComponentCollection.cs
- SmtpAuthenticationManager.cs
- UserControlAutomationPeer.cs
- ErrorView.xaml.cs
- ProjectionPruner.cs
- SessionParameter.cs
- TablePatternIdentifiers.cs
- NotifyInputEventArgs.cs
- TraceHandlerErrorFormatter.cs
- WindowsStatusBar.cs
- DisposableCollectionWrapper.cs
- GeneralTransform3DCollection.cs
- RubberbandSelector.cs
- TextRangeProviderWrapper.cs
- NotCondition.cs
- WindowsRegion.cs
- FigureParaClient.cs
- BuildProviderCollection.cs
- EventHandlerList.cs
- StringResourceManager.cs
- CompilerResults.cs
- WebServiceReceive.cs
- MatrixStack.cs
- EmptyControlCollection.cs
- NetworkStream.cs
- ItemChangedEventArgs.cs
- invalidudtexception.cs
- TypedTableBaseExtensions.cs
- ConcatQueryOperator.cs
- RoleGroup.cs
- SpeechRecognizer.cs
- LZCodec.cs
- DelegatingHeader.cs
- Underline.cs
- Misc.cs
- HeaderedItemsControl.cs
- CodeIterationStatement.cs
- RadioButton.cs
- MsmqUri.cs
- CodeThrowExceptionStatement.cs
- TextElementCollectionHelper.cs
- CodeDomDesignerLoader.cs
- PropertiesTab.cs
- messageonlyhwndwrapper.cs
- AxisAngleRotation3D.cs
- ToolStripContentPanelRenderEventArgs.cs
- DataObjectPastingEventArgs.cs
- KerberosReceiverSecurityToken.cs
- DataGridRow.cs
- CompleteWizardStep.cs
- ObjectDataSourceView.cs
- DocumentProperties.cs
- DataGridPagerStyle.cs
- ExtentKey.cs
- PipeStream.cs