Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / PeerHopCountAttribute.cs / 1 / PeerHopCountAttribute.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.ServiceModel { using System; using System.Collections; using System.Collections.Generic; using System.Net.Security; using System.ServiceModel.Channels; [AttributeUsage(AttributeTargets.Field | AttributeTargets.Property, AllowMultiple = false, Inherited = false)] public sealed class PeerHopCountAttribute : MessageHeaderAttribute { public PeerHopCountAttribute() : base() { base.Name = PeerStrings.HopCountElementName; base.Namespace = PeerStrings.HopCountElementNamespace; base.ProtectionLevel = ProtectionLevel.None; base.MustUnderstand = false; } public new bool MustUnderstand { get { return base.MustUnderstand; } } public new bool Relay { get { return base.Relay; } } public new string Actor { get { return base.Actor; } } public new string Namespace { get { return base.Namespace; } } public new string Name { get { return base.Name; } } public new ProtectionLevel ProtectionLevel { get { return base.ProtectionLevel; } } } } // 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
- MgmtConfigurationRecord.cs
- DataSysAttribute.cs
- ClientSettings.cs
- WebColorConverter.cs
- Transform3D.cs
- SafeArrayRankMismatchException.cs
- MatrixTransform.cs
- KeyGestureConverter.cs
- IpcPort.cs
- OutputCacheProfile.cs
- InputLangChangeEvent.cs
- InitializationEventAttribute.cs
- SamlDoNotCacheCondition.cs
- CommandLibraryHelper.cs
- LOSFormatter.cs
- Model3DGroup.cs
- AssertSection.cs
- PerformanceCounterLib.cs
- ClosableStream.cs
- SessionEndingEventArgs.cs
- mediapermission.cs
- ServiceContractDetailViewControl.cs
- StringOutput.cs
- ToolStripOverflowButton.cs
- RootBrowserWindowAutomationPeer.cs
- IndentedTextWriter.cs
- OleDbEnumerator.cs
- ProgressBarRenderer.cs
- DataGridViewRowPrePaintEventArgs.cs
- ControllableStoryboardAction.cs
- TailCallAnalyzer.cs
- TraceXPathNavigator.cs
- COAUTHINFO.cs
- WindowsRichEdit.cs
- DesignerVerbCollection.cs
- BitmapSource.cs
- WindowsStatusBar.cs
- FileDialog_Vista_Interop.cs
- GeometryDrawing.cs
- AssertFilter.cs
- RenderOptions.cs
- MatrixIndependentAnimationStorage.cs
- WindowsPrincipal.cs
- WindowsRegion.cs
- IssuedTokenClientBehaviorsElementCollection.cs
- EventRouteFactory.cs
- PageContentCollection.cs
- SettingsProviderCollection.cs
- SecurityPolicyVersion.cs
- TCPClient.cs
- CodeGeneratorOptions.cs
- OperationCanceledException.cs
- Calendar.cs
- PolyLineSegmentFigureLogic.cs
- SoapBinding.cs
- SrgsRuleRef.cs
- filewebresponse.cs
- NameValueCollection.cs
- BooleanKeyFrameCollection.cs
- DebugInfoExpression.cs
- Int32Animation.cs
- OleAutBinder.cs
- ObjectView.cs
- GPStream.cs
- SspiHelper.cs
- CollectionsUtil.cs
- SqlException.cs
- SerializationInfoEnumerator.cs
- SqlFormatter.cs
- GradientStop.cs
- GridViewDeleteEventArgs.cs
- PenContexts.cs
- SubMenuStyle.cs
- WebContext.cs
- GlyphManager.cs
- TransformGroup.cs
- Int64KeyFrameCollection.cs
- MatchNoneMessageFilter.cs
- WebRequestModuleElementCollection.cs
- XmlQueryCardinality.cs
- QilVisitor.cs
- XappLauncher.cs
- ToolboxComponentsCreatedEventArgs.cs
- MaxSessionCountExceededException.cs
- MdiWindowListItemConverter.cs
- EncodingFallbackAwareXmlTextWriter.cs
- KnownTypes.cs
- CqlParserHelpers.cs
- Certificate.cs
- TraceSwitch.cs
- SecurityDescriptor.cs
- ManagementObjectCollection.cs
- DragCompletedEventArgs.cs
- UTF8Encoding.cs
- TransactionCache.cs
- DispatchChannelSink.cs
- TableRowCollection.cs
- SqlGenerator.cs
- ProtocolsConfigurationEntry.cs
- ExcCanonicalXml.cs