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
- MinMaxParagraphWidth.cs
- DataControlButton.cs
- ToolStripArrowRenderEventArgs.cs
- ClientData.cs
- RadioButtonRenderer.cs
- Image.cs
- WebPartExportVerb.cs
- Util.cs
- CmsInterop.cs
- QilInvokeLateBound.cs
- DataReaderContainer.cs
- HighContrastHelper.cs
- AssemblyHash.cs
- ViewStateModeByIdAttribute.cs
- PolyBezierSegment.cs
- XPathSelfQuery.cs
- ExpressionNode.cs
- Int16Storage.cs
- MappingMetadataHelper.cs
- CodeEntryPointMethod.cs
- UseLicense.cs
- OutputScopeManager.cs
- WizardStepBase.cs
- MultiSelector.cs
- IdleTimeoutMonitor.cs
- ClosureBinding.cs
- IdnMapping.cs
- SocketException.cs
- Clock.cs
- ContentDisposition.cs
- Attachment.cs
- objectresult_tresulttype.cs
- TableMethodGenerator.cs
- AssemblyNameUtility.cs
- SynchronizingStream.cs
- WebEventTraceProvider.cs
- BadImageFormatException.cs
- FrameSecurityDescriptor.cs
- OutputCacheProfileCollection.cs
- MonitoringDescriptionAttribute.cs
- WebPartVerb.cs
- QuaternionConverter.cs
- StreamReader.cs
- XmlSignificantWhitespace.cs
- Aggregates.cs
- LinkAreaEditor.cs
- FileChangeNotifier.cs
- SqlDataSourceSummaryPanel.cs
- SqlNotificationRequest.cs
- DesignConnectionCollection.cs
- XmlIlTypeHelper.cs
- EventManager.cs
- JpegBitmapDecoder.cs
- InputBuffer.cs
- InitializationEventAttribute.cs
- MimeMapping.cs
- MulticastOption.cs
- DecoderNLS.cs
- ICspAsymmetricAlgorithm.cs
- TemplateComponentConnector.cs
- ChannelSinkStacks.cs
- TreeView.cs
- FormsAuthenticationEventArgs.cs
- CodeAccessSecurityEngine.cs
- CultureInfo.cs
- TextPenaltyModule.cs
- Int16Converter.cs
- FrameworkContextData.cs
- CodeEntryPointMethod.cs
- AlphabeticalEnumConverter.cs
- LiteralControl.cs
- SatelliteContractVersionAttribute.cs
- ObjectStateEntryDbDataRecord.cs
- TreeViewCancelEvent.cs
- DecoderBestFitFallback.cs
- DataGridViewCellCollection.cs
- FontSource.cs
- CustomPeerResolverService.cs
- DataControlCommands.cs
- MessageProtectionOrder.cs
- ArraySortHelper.cs
- DbSetClause.cs
- EmbeddedMailObject.cs
- ObjectDisposedException.cs
- RepeaterItemCollection.cs
- DesignTimeTemplateParser.cs
- SmiTypedGetterSetter.cs
- ContextBase.cs
- ProjectionCamera.cs
- FileEnumerator.cs
- DataRecord.cs
- ObjectDataSourceFilteringEventArgs.cs
- InternalEnumValidator.cs
- ProgressBar.cs
- CodeNamespace.cs
- columnmapfactory.cs
- DragDropHelper.cs
- GrammarBuilder.cs
- RoutedUICommand.cs
- BufferBuilder.cs