Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / MessageHeaderAttribute.cs / 1 / MessageHeaderAttribute.cs
//------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//-----------------------------------------------------------------------------
namespace System.ServiceModel
{
[AttributeUsage(ServiceModelAttributeTargets.MessageMember, AllowMultiple = false, Inherited = false)]
public class MessageHeaderAttribute : MessageContractMemberAttribute
{
bool mustUnderstand;
bool isMustUnderstandSet;
bool relay;
bool isRelaySet;
string actor;
public bool MustUnderstand
{
get { return mustUnderstand; }
set { mustUnderstand = value; isMustUnderstandSet = true;}
}
public bool Relay
{
get { return relay; }
set { relay = value; isRelaySet = true;}
}
public string Actor
{
get { return actor; }
set { actor = value; }
}
internal bool IsMustUnderstandSet
{
get { return isMustUnderstandSet;}
}
internal bool IsRelaySet
{
get { return isRelaySet;}
}
}
}
// 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
- WSSecureConversation.cs
- RegionData.cs
- ProviderSettingsCollection.cs
- NullExtension.cs
- TrackingStringDictionary.cs
- CategoryGridEntry.cs
- GridSplitterAutomationPeer.cs
- UnmanagedMemoryAccessor.cs
- DataSourceControlBuilder.cs
- ExpressionBindingCollection.cs
- DocumentXPathNavigator.cs
- Comparer.cs
- TreeViewImageIndexConverter.cs
- FileDialog.cs
- BackgroundFormatInfo.cs
- COM2IPerPropertyBrowsingHandler.cs
- AlternateViewCollection.cs
- SetIndexBinder.cs
- CharacterHit.cs
- UInt16Storage.cs
- IPAddress.cs
- DataContractAttribute.cs
- UncommonField.cs
- ColorConvertedBitmapExtension.cs
- DataGridViewHitTestInfo.cs
- TransactionFlowBindingElement.cs
- SystemGatewayIPAddressInformation.cs
- ListView.cs
- pingexception.cs
- GestureRecognizer.cs
- NegatedCellConstant.cs
- XPathNodePointer.cs
- WebConfigurationHost.cs
- InfiniteIntConverter.cs
- RecipientInfo.cs
- MatrixKeyFrameCollection.cs
- XmlComplianceUtil.cs
- ComponentCollection.cs
- DefaultObjectSerializer.cs
- LocationSectionRecord.cs
- ExpandSegmentCollection.cs
- ELinqQueryState.cs
- WorkflowMarkupSerializationProvider.cs
- ProfileProvider.cs
- FocusWithinProperty.cs
- Operators.cs
- ExceptionCollection.cs
- OracleConnectionFactory.cs
- HtmlInputPassword.cs
- TiffBitmapEncoder.cs
- PtsHost.cs
- XmlWrappingReader.cs
- GridSplitterAutomationPeer.cs
- TemplateControlParser.cs
- TiffBitmapEncoder.cs
- ByteStack.cs
- ToolStripItemBehavior.cs
- PersonalizationStateInfoCollection.cs
- FileCodeGroup.cs
- CodeCommentStatement.cs
- XmlBaseReader.cs
- ParamArrayAttribute.cs
- ViewCellSlot.cs
- InkCanvasSelection.cs
- UnicastIPAddressInformationCollection.cs
- DllHostInitializer.cs
- Pointer.cs
- DataSysAttribute.cs
- SendDesigner.xaml.cs
- AdapterDictionary.cs
- PartialList.cs
- EndOfStreamException.cs
- HierarchicalDataBoundControlAdapter.cs
- CompositeFontParser.cs
- TableCell.cs
- MemberAssignmentAnalysis.cs
- HtmlEmptyTagControlBuilder.cs
- SchemaCollectionCompiler.cs
- ObfuscationAttribute.cs
- Crc32Helper.cs
- SchemaNamespaceManager.cs
- ValueSerializer.cs
- TextDpi.cs
- PartDesigner.cs
- ReturnEventArgs.cs
- DescendantQuery.cs
- FileSystemEventArgs.cs
- UserMapPath.cs
- LookupNode.cs
- ListViewPagedDataSource.cs
- IList.cs
- Utils.cs
- Int16Storage.cs
- RelOps.cs
- AbandonedMutexException.cs
- HealthMonitoringSection.cs
- EmbeddedMailObjectCollectionEditor.cs
- TemplateField.cs
- DbSetClause.cs
- BridgeDataRecord.cs