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
- UIElement.cs
- SmuggledIUnknown.cs
- FilterableAttribute.cs
- TemplateLookupAction.cs
- EnumerableRowCollection.cs
- ReadOnlyCollection.cs
- ActiveXMessageFormatter.cs
- MethodBody.cs
- OleAutBinder.cs
- FilterQuery.cs
- StaticTextPointer.cs
- ArraySegment.cs
- BufferBuilder.cs
- TreeNodeStyle.cs
- PieceDirectory.cs
- CircleHotSpot.cs
- TableRow.cs
- ServiceCredentialsElement.cs
- UnsafeMethods.cs
- _BaseOverlappedAsyncResult.cs
- ProcessModelInfo.cs
- BitmapEffectGeneralTransform.cs
- ExplicitDiscriminatorMap.cs
- SkewTransform.cs
- XmlQualifiedNameTest.cs
- StrokeNode.cs
- SHA384Cng.cs
- ToolStripProfessionalLowResolutionRenderer.cs
- FreezableCollection.cs
- CustomUserNameSecurityTokenAuthenticator.cs
- SqlClientFactory.cs
- ButtonRenderer.cs
- ShaperBuffers.cs
- ObjectDataSourceMethodEventArgs.cs
- DataGridViewLinkColumn.cs
- ListenerSessionConnectionReader.cs
- CodeComment.cs
- DataGridViewRowCancelEventArgs.cs
- Matrix.cs
- StringExpressionSet.cs
- CounterCreationDataCollection.cs
- NumberFormatInfo.cs
- HandlerBase.cs
- Point3DValueSerializer.cs
- RequestCacheManager.cs
- MergeLocalizationDirectives.cs
- MdImport.cs
- LogRecordSequence.cs
- XmlRootAttribute.cs
- WebServiceParameterData.cs
- SettingsSavedEventArgs.cs
- LoginName.cs
- ReadOnlyDictionary.cs
- RoutedUICommand.cs
- FileBasedResourceGroveler.cs
- GridView.cs
- SQLInt16Storage.cs
- Vector3D.cs
- StatusBarDrawItemEvent.cs
- CompilerCollection.cs
- InputLanguage.cs
- HealthMonitoringSectionHelper.cs
- SQLChars.cs
- DetailsViewModeEventArgs.cs
- CustomTypeDescriptor.cs
- RestHandler.cs
- XamlTreeBuilder.cs
- ContextQuery.cs
- ProfileModule.cs
- EventlogProvider.cs
- ViewBase.cs
- KnownTypesHelper.cs
- FloatUtil.cs
- Label.cs
- RequestQueue.cs
- DataGridViewRowDividerDoubleClickEventArgs.cs
- ContainerControl.cs
- Converter.cs
- AsyncCompletedEventArgs.cs
- BaseCodeDomTreeGenerator.cs
- RowToParametersTransformer.cs
- ExpressionEditorAttribute.cs
- regiisutil.cs
- XsdDataContractImporter.cs
- ContentElement.cs
- SchemaType.cs
- ClockController.cs
- AxisAngleRotation3D.cs
- InvokePattern.cs
- TreeNodeClickEventArgs.cs
- WebPartTransformerCollection.cs
- OdbcCommand.cs
- RepeaterItem.cs
- TextParagraphProperties.cs
- SocketPermission.cs
- VScrollProperties.cs
- RegexStringValidatorAttribute.cs
- FaultException.cs
- ipaddressinformationcollection.cs
- CodeObjectCreateExpression.cs