Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Channels / SupportedAddressingMode.cs / 1 / SupportedAddressingMode.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.ServiceModel.Channels { public enum SupportedAddressingMode { Anonymous, NonAnonymous, Mixed } static class SupportedAddressingModeHelper { internal static bool IsDefined(SupportedAddressingMode value) { return (value == SupportedAddressingMode.Anonymous || value == SupportedAddressingMode.NonAnonymous || value == SupportedAddressingMode.Mixed); } } } // 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
- ClientApiGenerator.cs
- VectorConverter.cs
- HandledMouseEvent.cs
- EnvelopedPkcs7.cs
- FacetDescriptionElement.cs
- NegotiateStream.cs
- ReachVisualSerializer.cs
- DataGridLinkButton.cs
- FilteredXmlReader.cs
- QilGenerator.cs
- DecryptedHeader.cs
- GridViewDeletedEventArgs.cs
- TypeSystemProvider.cs
- TypedReference.cs
- SQLDouble.cs
- QueueProcessor.cs
- StringArrayEditor.cs
- updateconfighost.cs
- GeneralTransform.cs
- ToolCreatedEventArgs.cs
- RIPEMD160Managed.cs
- TypeHelpers.cs
- Italic.cs
- XmlSerializerVersionAttribute.cs
- TimeoutTimer.cs
- TreeNodeSelectionProcessor.cs
- DesignerRegionCollection.cs
- XmlSchemaAttributeGroup.cs
- PersonalizationStateInfo.cs
- CapacityStreamGeometryContext.cs
- CodeIdentifiers.cs
- MarshalByRefObject.cs
- OrderingExpression.cs
- ClientScriptManager.cs
- EventSinkHelperWriter.cs
- SystemShuttingDownException.cs
- _StreamFramer.cs
- SecurityException.cs
- EllipseGeometry.cs
- InvokeBase.cs
- CodeTypeParameter.cs
- ProcessProtocolHandler.cs
- BatchParser.cs
- WeakReferenceEnumerator.cs
- FixedSOMTableCell.cs
- CategoryNameCollection.cs
- Item.cs
- XslCompiledTransform.cs
- StringKeyFrameCollection.cs
- LayoutEvent.cs
- PolicyReader.cs
- ReversePositionQuery.cs
- PriorityQueue.cs
- TraceUtility.cs
- RecordConverter.cs
- Parameter.cs
- ColumnPropertiesGroup.cs
- PageHandlerFactory.cs
- Inline.cs
- PipelineModuleStepContainer.cs
- XmlUTF8TextWriter.cs
- CorruptingExceptionCommon.cs
- CodeCompiler.cs
- OperationPerformanceCounters.cs
- SQLDecimalStorage.cs
- DataGridViewCheckBoxCell.cs
- NativeCompoundFileAPIs.cs
- ByteRangeDownloader.cs
- _BasicClient.cs
- CallbackValidator.cs
- ForeignKeyConstraint.cs
- FaultCode.cs
- DoubleAnimationUsingPath.cs
- SettingsPropertyCollection.cs
- OdbcConnection.cs
- SapiRecoContext.cs
- DecoderBestFitFallback.cs
- DataGridPageChangedEventArgs.cs
- LineProperties.cs
- Encoding.cs
- SortQuery.cs
- LinkLabelLinkClickedEvent.cs
- TileBrush.cs
- XmlSchemaSubstitutionGroup.cs
- HtmlTableRowCollection.cs
- WebPartEditorApplyVerb.cs
- TransformPatternIdentifiers.cs
- BoolExpressionVisitors.cs
- QuotedPairReader.cs
- ButtonBase.cs
- TreeNodeCollection.cs
- SystemParameters.cs
- DataSetMappper.cs
- ActiveXSerializer.cs
- HandleValueEditor.cs
- DbBuffer.cs
- PersistChildrenAttribute.cs
- RegexNode.cs
- StorageTypeMapping.cs
- ZipIOCentralDirectoryFileHeader.cs