Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / SessionMode.cs / 1 / SessionMode.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel { using System; public enum SessionMode { Allowed, Required, NotAllowed, } static class SessionModeHelper { public static bool IsDefined(SessionMode sessionMode) { return (sessionMode == SessionMode.NotAllowed || sessionMode == SessionMode.Allowed || sessionMode == SessionMode.Required); } } } // 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
- XPathParser.cs
- SortedDictionary.cs
- Style.cs
- TouchesCapturedWithinProperty.cs
- GeneralTransform2DTo3D.cs
- FunctionNode.cs
- VariableDesigner.xaml.cs
- BeginEvent.cs
- WebPartConnectionsCancelEventArgs.cs
- DataGridColumnCollectionEditor.cs
- RoutedEventConverter.cs
- Property.cs
- CngProvider.cs
- OleDbCommand.cs
- EntityDescriptor.cs
- AspNetPartialTrustHelpers.cs
- KeySplineConverter.cs
- TextViewSelectionProcessor.cs
- AdapterUtil.cs
- _NegotiateClient.cs
- DataGridViewUtilities.cs
- WorkflowControlClient.cs
- ReadOnlyDataSourceView.cs
- AuthenticationService.cs
- BaseParser.cs
- StreamUpdate.cs
- CalendarTable.cs
- MSAAEventDispatcher.cs
- indexingfiltermarshaler.cs
- XmlNullResolver.cs
- followingsibling.cs
- BooleanProjectedSlot.cs
- DataRelation.cs
- BulletedListEventArgs.cs
- GridSplitterAutomationPeer.cs
- QueryComponents.cs
- Schema.cs
- RenderTargetBitmap.cs
- ImageSource.cs
- CompilerError.cs
- PhysicalFontFamily.cs
- XmlSchemaAnnotated.cs
- MsmqTransportElement.cs
- SiblingIterators.cs
- GeometryCollection.cs
- RuleSetReference.cs
- SetIndexBinder.cs
- SerialErrors.cs
- WindowsGraphics.cs
- SystemIcmpV6Statistics.cs
- LicFileLicenseProvider.cs
- SID.cs
- MailSettingsSection.cs
- DataKeyArray.cs
- SiteMap.cs
- Latin1Encoding.cs
- DataGridViewElement.cs
- DefaultParameterValueAttribute.cs
- TransformPattern.cs
- SqlSelectClauseBuilder.cs
- SqlDependencyUtils.cs
- DataBoundControlHelper.cs
- PageAdapter.cs
- BitmapEncoder.cs
- AssemblyAssociatedContentFileAttribute.cs
- CodeTypeParameter.cs
- ParameterToken.cs
- Application.cs
- ClassHandlersStore.cs
- Point4DConverter.cs
- BindingManagerDataErrorEventArgs.cs
- ConnectionConsumerAttribute.cs
- DataGridViewCellStyleConverter.cs
- hresults.cs
- DeferredReference.cs
- DefaultPrintController.cs
- SpellerInterop.cs
- OptimizerPatterns.cs
- GacUtil.cs
- Serializer.cs
- Vector3D.cs
- HuffmanTree.cs
- DocumentsTrace.cs
- DispatcherProcessingDisabled.cs
- ClearCollection.cs
- ManagedIStream.cs
- TableLayout.cs
- TypeLoadException.cs
- NetMsmqBindingElement.cs
- DrawTreeNodeEventArgs.cs
- SettingsContext.cs
- WorkflowDurableInstance.cs
- DbProviderFactoriesConfigurationHandler.cs
- RangeValueProviderWrapper.cs
- xamlnodes.cs
- ThreadSafeList.cs
- SystemIcmpV6Statistics.cs
- HighContrastHelper.cs
- DataTablePropertyDescriptor.cs
- DbParameterCollection.cs