Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / TransactionBridge / Microsoft / Transactions / Wsat / Protocol / Transaction.cs / 1 / Transaction.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- // Defines the class that represents a transaction context using System; using System.ServiceModel.Security; using System.Threading; using System.ServiceModel.Transactions; using Microsoft.Transactions.Wsat.Messaging; namespace Microsoft.Transactions.Wsat.Protocol { class TransactionContext { CoordinationContext context; RequestSecurityTokenResponse issuedToken; public TransactionContext(CoordinationContext context, RequestSecurityTokenResponse issuedToken) { this.context = context; this.issuedToken = issuedToken; } public override string ToString() { return this.context.Identifier; } public CoordinationContext CoordinationContext { get { return this.context; } } public RequestSecurityTokenResponse IssuedToken { get { return this.issuedToken; } } } } // 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
- HttpProfileBase.cs
- XmlQueryContext.cs
- GeneralTransform3DTo2DTo3D.cs
- BamlStream.cs
- CFStream.cs
- EntityCollectionChangedParams.cs
- PathSegmentCollection.cs
- PackWebResponse.cs
- ErrorHandler.cs
- DependencyProperty.cs
- NavigationEventArgs.cs
- JulianCalendar.cs
- OracleCommand.cs
- Expander.cs
- InfocardClientCredentials.cs
- DataGridViewComboBoxEditingControl.cs
- HtmlElementErrorEventArgs.cs
- RtfControls.cs
- DataBindingExpressionBuilder.cs
- AssemblyAttributes.cs
- LoadedOrUnloadedOperation.cs
- QueuePropertyVariants.cs
- TypeDefinition.cs
- DelegatingTypeDescriptionProvider.cs
- SymLanguageVendor.cs
- COM2ExtendedUITypeEditor.cs
- ReachDocumentReferenceCollectionSerializer.cs
- ColorConvertedBitmap.cs
- FormatStringEditor.cs
- XmlSecureResolver.cs
- CaseInsensitiveHashCodeProvider.cs
- FullTextLine.cs
- XslAstAnalyzer.cs
- ExecutorLocksHeldException.cs
- ReferentialConstraint.cs
- FamilyTypefaceCollection.cs
- ColumnResizeUndoUnit.cs
- QueryReaderSettings.cs
- AnimationException.cs
- ArcSegment.cs
- PersonalizationProviderCollection.cs
- CodeCatchClauseCollection.cs
- EntityDataSourceReferenceGroup.cs
- EditorZoneBase.cs
- ExpandedWrapper.cs
- BuildTopDownAttribute.cs
- X509Utils.cs
- IgnoreSectionHandler.cs
- FormViewCommandEventArgs.cs
- CSharpCodeProvider.cs
- RegexReplacement.cs
- ArgumentException.cs
- NegotiateStream.cs
- ImplicitInputBrush.cs
- HuffmanTree.cs
- sapiproxy.cs
- Policy.cs
- PersonalizableAttribute.cs
- AncestorChangedEventArgs.cs
- Message.cs
- DataListComponentEditor.cs
- TextEndOfParagraph.cs
- HyperLinkStyle.cs
- ModuleBuilder.cs
- InstanceData.cs
- OutputCacheSettingsSection.cs
- TextServicesLoader.cs
- GlyphRun.cs
- OleServicesContext.cs
- ResourceExpression.cs
- CompiledRegexRunnerFactory.cs
- PagePropertiesChangingEventArgs.cs
- Int16KeyFrameCollection.cs
- OpCopier.cs
- ComboBoxAutomationPeer.cs
- SafeEventHandle.cs
- DatagramAdapter.cs
- UITypeEditor.cs
- ChangeToolStripParentVerb.cs
- FileDialog.cs
- VisualBasicExpressionConverter.cs
- AsyncOperationManager.cs
- ViewBase.cs
- IndicFontClient.cs
- PeerResolverBindingElement.cs
- EntityConnectionStringBuilder.cs
- KeyValuePairs.cs
- EdgeModeValidation.cs
- DataRelationCollection.cs
- EventMap.cs
- FrameworkContextData.cs
- documentsequencetextview.cs
- CommandHelper.cs
- ValidatorCompatibilityHelper.cs
- Panel.cs
- GPPOINTF.cs
- BoolExpr.cs
- CompositeFontFamily.cs
- DockingAttribute.cs
- QilXmlWriter.cs