Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx40 / System.ServiceModel.Activities / System / ServiceModel / Activities / Constants.cs / 1305376 / Constants.cs
//---------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //--------------------------------------------------------------- namespace System.ServiceModel.Activities { using System; using System.Activities; using System.ServiceModel.Channels; static class Constants { public const string CorrelatesWith = "CorrelatesWith"; public const string EndpointAddress = "EndpointAddress"; public const string Message = "Message"; public const string Parameter = "Parameter"; public const string RequestMessage = "RequestMessage"; public const string Result = "Result"; public const string TransactionHandle = "TransactionHandle"; public const string NoPersistHandle = "noPersistHandle"; public static readonly Type MessageType = typeof(Message); public static readonly Type CorrelationHandleType = typeof(CorrelationHandle); public static readonly Type UriType = typeof(Uri); public static readonly Type NoPersistHandleType = typeof(NoPersistHandle); public static readonly object[] EmptyArray = new object[0]; public static readonly string[] EmptyStringArray = new string[0]; public static readonly Type[] EmptyTypeArray = new Type[0]; } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- WinFormsComponentEditor.cs
- DictionaryGlobals.cs
- BuildProvider.cs
- LinkedList.cs
- DataListGeneralPage.cs
- TreeViewImageKeyConverter.cs
- HtmlShim.cs
- LabelExpression.cs
- OutOfProcStateClientManager.cs
- SetIterators.cs
- DataStreamFromComStream.cs
- ScrollProperties.cs
- ContentType.cs
- DatePickerAutomationPeer.cs
- BoolExpressionVisitors.cs
- DrawingAttributes.cs
- XmlElement.cs
- WriteableBitmap.cs
- GorillaCodec.cs
- ConfigXmlElement.cs
- Int32KeyFrameCollection.cs
- DispatcherEventArgs.cs
- MediaScriptCommandRoutedEventArgs.cs
- MappingException.cs
- AddingNewEventArgs.cs
- IgnoreFlushAndCloseStream.cs
- IndependentlyAnimatedPropertyMetadata.cs
- ModelItem.cs
- ActivationServices.cs
- WebPartConnectionsCancelVerb.cs
- MediaScriptCommandRoutedEventArgs.cs
- AuthenticationException.cs
- StylesEditorDialog.cs
- EventLogEntryCollection.cs
- XmlEntity.cs
- SafeProcessHandle.cs
- GlyphRun.cs
- PerfCounterSection.cs
- TaskHelper.cs
- XmlSchemaComplexContentExtension.cs
- QilParameter.cs
- ErrorFormatter.cs
- ToggleButtonAutomationPeer.cs
- RotationValidation.cs
- SizeAnimation.cs
- WebServiceHandlerFactory.cs
- GenericTextProperties.cs
- NetSectionGroup.cs
- ValidatorCollection.cs
- XPathParser.cs
- SequentialWorkflowHeaderFooter.cs
- StorageBasedPackageProperties.cs
- CodeComment.cs
- SqlWorkflowPersistenceService.cs
- _BasicClient.cs
- CodeSnippetStatement.cs
- TextTreeObjectNode.cs
- SortExpressionBuilder.cs
- XPathDocumentBuilder.cs
- ScriptDescriptor.cs
- Wrapper.cs
- DataGridHeaderBorder.cs
- QilDataSource.cs
- HTMLTagNameToTypeMapper.cs
- CodeRegionDirective.cs
- OleDbFactory.cs
- PropertyGeneratedEventArgs.cs
- SHA1.cs
- SessionStateModule.cs
- ValueTypeFixupInfo.cs
- Convert.cs
- Timer.cs
- SafeRightsManagementPubHandle.cs
- CalendarKeyboardHelper.cs
- BrowserCapabilitiesCodeGenerator.cs
- TypeSource.cs
- XmlSchemaInfo.cs
- SchemaCompiler.cs
- ContentType.cs
- StagingAreaInputItem.cs
- GlobalizationAssembly.cs
- WindowsMenu.cs
- ObjectViewListener.cs
- NetMsmqSecurity.cs
- GenericUI.cs
- Triangle.cs
- CodeTypeDeclarationCollection.cs
- Directory.cs
- Registry.cs
- GradientStop.cs
- AssemblyResourceLoader.cs
- FaultContractInfo.cs
- Bidi.cs
- HtmlFormWrapper.cs
- UncommonField.cs
- ToolStripDropDownClosedEventArgs.cs
- DataServiceQueryOfT.cs
- MultiTrigger.cs
- QilTargetType.cs
- SafeSecurityHandles.cs