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
- PointCollectionValueSerializer.cs
- RuleSettings.cs
- ParameterCollection.cs
- Ipv6Element.cs
- TextBreakpoint.cs
- RepeaterCommandEventArgs.cs
- EncodingTable.cs
- InvalidWMPVersionException.cs
- CoreSwitches.cs
- Pointer.cs
- FormsIdentity.cs
- SqlDataSourceQueryEditor.cs
- DesignerCategoryAttribute.cs
- DbTransaction.cs
- AvTraceDetails.cs
- FieldNameLookup.cs
- DetailsViewInsertEventArgs.cs
- HtmlButton.cs
- NativeMethods.cs
- DbParameterCollection.cs
- WebEventTraceProvider.cs
- BaseTreeIterator.cs
- CreateParams.cs
- X509ScopedServiceCertificateElement.cs
- SerialReceived.cs
- CopyOnWriteList.cs
- DataListCommandEventArgs.cs
- SocketConnection.cs
- LineSegment.cs
- ServiceContractViewControl.cs
- SimpleRecyclingCache.cs
- AsyncOperationManager.cs
- HierarchicalDataBoundControlAdapter.cs
- XmlSchemaCollection.cs
- CalendarDay.cs
- ResourcesGenerator.cs
- RawStylusActions.cs
- MSHTMLHost.cs
- ApplicationManager.cs
- DashStyle.cs
- xdrvalidator.cs
- QilPatternVisitor.cs
- MediaContextNotificationWindow.cs
- UpdatableWrapper.cs
- EastAsianLunisolarCalendar.cs
- Root.cs
- CounterSetInstance.cs
- QueryComponents.cs
- CustomErrorsSection.cs
- EncodingNLS.cs
- EdmConstants.cs
- EventSinkHelperWriter.cs
- figurelengthconverter.cs
- FilterElement.cs
- SchemaElement.cs
- ComponentChangedEvent.cs
- PropertyItemInternal.cs
- XPathDocument.cs
- PolyBezierSegment.cs
- LineBreak.cs
- FormViewCommandEventArgs.cs
- FixedPageStructure.cs
- Pts.cs
- MetadataArtifactLoaderFile.cs
- BackStopAuthenticationModule.cs
- StoragePropertyMapping.cs
- CngProvider.cs
- WpfWebRequestHelper.cs
- MailSettingsSection.cs
- MatrixTransform.cs
- XmlSchemaInclude.cs
- ClientType.cs
- NetMsmqBindingCollectionElement.cs
- storepermission.cs
- TraceEventCache.cs
- ToolStripOverflowButton.cs
- MenuItem.cs
- CheckPair.cs
- BitmapPalette.cs
- PreservationFileWriter.cs
- _SslState.cs
- DefaultBinder.cs
- TreeViewAutomationPeer.cs
- TypeDescriptorFilterService.cs
- DefaultProxySection.cs
- CryptoHelper.cs
- VBIdentifierName.cs
- TextElementEnumerator.cs
- ToolStripDropDownClosingEventArgs.cs
- TreeNodeCollectionEditor.cs
- Encoding.cs
- TransactionContext.cs
- StringResourceManager.cs
- ListViewCancelEventArgs.cs
- HandoffBehavior.cs
- mactripleDES.cs
- GlyphShapingProperties.cs
- CodeArrayIndexerExpression.cs
- FontStretches.cs
- ConnectionProviderAttribute.cs