Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Description / MessagePropertyDescription.cs / 1 / MessagePropertyDescription.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.ServiceModel.Description { using System; using System.ServiceModel.Channels; using System.Collections.Generic; using System.Text; using System.Runtime.Serialization; public class MessagePropertyDescription : MessagePartDescription { public MessagePropertyDescription(string name) : base(name, "") { } internal MessagePropertyDescription(MessagePropertyDescription other) : base(other) { } internal override MessagePartDescription Clone() { return new MessagePropertyDescription(this); } } } // 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
- SQLDateTimeStorage.cs
- TrackingDataItem.cs
- HttpHostedTransportConfiguration.cs
- SafeNativeMethodsCLR.cs
- DigitShape.cs
- DateTime.cs
- WhitespaceRule.cs
- ReceiveMessageAndVerifySecurityAsyncResultBase.cs
- CombinedHttpChannel.cs
- VerificationException.cs
- rsa.cs
- EmptyStringExpandableObjectConverter.cs
- While.cs
- UserNameSecurityTokenProvider.cs
- LinqDataSourceHelper.cs
- PipeStream.cs
- ErrorTolerantObjectWriter.cs
- PointConverter.cs
- TimeSpanOrInfiniteConverter.cs
- SplineKeyFrames.cs
- AdjustableArrowCap.cs
- basenumberconverter.cs
- CalendarDateRange.cs
- StrongNameMembershipCondition.cs
- MaskDesignerDialog.cs
- MergeFailedEvent.cs
- DirectionalLight.cs
- CompositeFontFamily.cs
- SqlInternalConnectionSmi.cs
- Query.cs
- PanelStyle.cs
- AssemblyUtil.cs
- ProvidePropertyAttribute.cs
- MethodImplAttribute.cs
- WindowsScrollBar.cs
- TextEffect.cs
- SerialReceived.cs
- TemplateInstanceAttribute.cs
- OdbcPermission.cs
- DebuggerAttributes.cs
- EventEntry.cs
- HttpCachePolicy.cs
- BuildProvider.cs
- DataBindingCollection.cs
- TimeIntervalCollection.cs
- HashHelper.cs
- Timeline.cs
- ListViewTableRow.cs
- CrossContextChannel.cs
- TypeConverter.cs
- WindowShowOrOpenTracker.cs
- ProfileEventArgs.cs
- SoapObjectWriter.cs
- ReadOnlyNameValueCollection.cs
- Guid.cs
- XmlSchemaAnnotated.cs
- StringResourceManager.cs
- XPathArrayIterator.cs
- SystemFonts.cs
- RuntimeEnvironment.cs
- TypeBuilderInstantiation.cs
- DataGridViewLayoutData.cs
- XmlSerializerAssemblyAttribute.cs
- XsdValidatingReader.cs
- DecoderFallback.cs
- OleDbCommand.cs
- PartialList.cs
- ServiceReference.cs
- MatrixAnimationBase.cs
- UnsettableComboBox.cs
- ApplicationServiceManager.cs
- DrawingCollection.cs
- RecognizedAudio.cs
- OleDbConnection.cs
- Invariant.cs
- PasswordDeriveBytes.cs
- TableStyle.cs
- __ComObject.cs
- PrimarySelectionAdorner.cs
- Calendar.cs
- WorkflowExecutor.cs
- MexNamedPipeBindingElement.cs
- WebServiceResponseDesigner.cs
- AttributeEmitter.cs
- HuffmanTree.cs
- ExpressionEditor.cs
- SafeRightsManagementSessionHandle.cs
- ComponentSerializationService.cs
- EdmItemError.cs
- PageSettings.cs
- ThicknessAnimation.cs
- BamlBinaryReader.cs
- XmlNotation.cs
- Quack.cs
- Win32PrintDialog.cs
- SubtreeProcessor.cs
- ChangeTracker.cs
- Guid.cs
- ListCollectionView.cs
- DataGridViewRowPostPaintEventArgs.cs