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
- SystemColorTracker.cs
- X500Name.cs
- SqlProviderServices.cs
- SourceLocationProvider.cs
- DesignerCommandAdapter.cs
- NameTable.cs
- LookupBindingPropertiesAttribute.cs
- DateTimeHelper.cs
- PrimitiveDataContract.cs
- InstanceDataCollection.cs
- MSAANativeProvider.cs
- DataGridViewColumnTypePicker.cs
- PropertyEmitterBase.cs
- UnknownBitmapEncoder.cs
- FontFaceLayoutInfo.cs
- HttpInputStream.cs
- DependencySource.cs
- ComPlusInstanceContextInitializer.cs
- Math.cs
- DbModificationCommandTree.cs
- ApplicationDirectory.cs
- xmlfixedPageInfo.cs
- NamespaceList.cs
- EmbossBitmapEffect.cs
- ToolStripContentPanelDesigner.cs
- DataTableNewRowEvent.cs
- _HTTPDateParse.cs
- BooleanAnimationUsingKeyFrames.cs
- ToggleButtonAutomationPeer.cs
- WebHttpSecurityModeHelper.cs
- GridViewRowPresenter.cs
- PersonalizationAdministration.cs
- SecurityStandardsManager.cs
- LocatorBase.cs
- SeekableReadStream.cs
- DesignerActionUI.cs
- RelationalExpressions.cs
- ToolStripArrowRenderEventArgs.cs
- ToolStripItem.cs
- TextChangedEventArgs.cs
- MatrixUtil.cs
- StoreContentChangedEventArgs.cs
- IsolatedStoragePermission.cs
- HttpServerProtocol.cs
- DataGridViewCellCancelEventArgs.cs
- XmlAnyAttributeAttribute.cs
- HtmlTableRow.cs
- DbParameterHelper.cs
- CheckBoxList.cs
- RecommendedAsConfigurableAttribute.cs
- Encoder.cs
- SecurityTokenTypes.cs
- TdsParserStateObject.cs
- DataPagerField.cs
- SQLGuidStorage.cs
- X509ServiceCertificateAuthentication.cs
- CssClassPropertyAttribute.cs
- VirtualizedContainerService.cs
- PasswordRecoveryAutoFormat.cs
- FieldDescriptor.cs
- TransactedBatchingElement.cs
- COM2IDispatchConverter.cs
- DefaultValueConverter.cs
- UnsupportedPolicyOptionsException.cs
- MetadataArtifactLoader.cs
- DictionaryEntry.cs
- DateTimeConstantAttribute.cs
- DataGridViewCellFormattingEventArgs.cs
- NamedPermissionSet.cs
- WindowsStatusBar.cs
- GeometryGroup.cs
- ModelTreeEnumerator.cs
- DataListAutoFormat.cs
- UserControl.cs
- PrintingPermissionAttribute.cs
- EncoderNLS.cs
- PropagatorResult.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- WorkItem.cs
- FieldBuilder.cs
- Int32Converter.cs
- DispatchOperationRuntime.cs
- ProxyGenerationError.cs
- CompareInfo.cs
- JapaneseCalendar.cs
- InternalDispatchObject.cs
- XmlAttribute.cs
- WindowsRichEditRange.cs
- HttpListenerContext.cs
- EnumValAlphaComparer.cs
- ToolStripDesignerAvailabilityAttribute.cs
- ExtractCollection.cs
- MsmqIntegrationBindingCollectionElement.cs
- ProcessStartInfo.cs
- Win32MouseDevice.cs
- BookmarkInfo.cs
- OleServicesContext.cs
- QuaternionKeyFrameCollection.cs
- DirectoryNotFoundException.cs
- NamespaceListProperty.cs