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
- ConnectionStringsExpressionEditor.cs
- Object.cs
- DecoderNLS.cs
- FixedPosition.cs
- OdbcHandle.cs
- DataGridViewAdvancedBorderStyle.cs
- AmbientValueAttribute.cs
- wgx_sdk_version.cs
- SecurityBindingElementImporter.cs
- SafeEventLogReadHandle.cs
- Serializer.cs
- PageThemeCodeDomTreeGenerator.cs
- dataprotectionpermission.cs
- SmtpFailedRecipientsException.cs
- DataTableReaderListener.cs
- ListItemViewControl.cs
- DbParameterCollectionHelper.cs
- WindowsListViewGroupSubsetLink.cs
- PublisherMembershipCondition.cs
- Font.cs
- SqlDelegatedTransaction.cs
- BooleanSwitch.cs
- RequestCache.cs
- XslNumber.cs
- ItemCheckedEvent.cs
- GeneralTransform2DTo3DTo2D.cs
- XPathCompileException.cs
- IODescriptionAttribute.cs
- wgx_render.cs
- CodeTypeMember.cs
- ProtectedConfigurationSection.cs
- DataGridTablesFactory.cs
- DbProviderConfigurationHandler.cs
- RegistryExceptionHelper.cs
- XmlnsCache.cs
- DataGridViewCellStyleContentChangedEventArgs.cs
- LinqDataSourceContextData.cs
- DataFieldCollectionEditor.cs
- DesignerAttribute.cs
- CommentEmitter.cs
- CheckoutException.cs
- DetailsViewDeleteEventArgs.cs
- DeleteStoreRequest.cs
- LinqDataSourceHelper.cs
- ToolboxItemCollection.cs
- UIElement3D.cs
- GenericNameHandler.cs
- FlowDocumentScrollViewerAutomationPeer.cs
- IsolatedStorageFile.cs
- OleDbParameter.cs
- ScrollProperties.cs
- AuthenticationConfig.cs
- ColumnWidthChangingEvent.cs
- initElementDictionary.cs
- WebPartCatalogAddVerb.cs
- SerializationTrace.cs
- LabelLiteral.cs
- SafeThemeHandle.cs
- Attributes.cs
- Brushes.cs
- InvalidAsynchronousStateException.cs
- DynamicRenderer.cs
- SupportsEventValidationAttribute.cs
- XmlSchemaSet.cs
- ObjectStateEntryBaseUpdatableDataRecord.cs
- Viewport2DVisual3D.cs
- WorkflowRuntime.cs
- TranslateTransform3D.cs
- ObjectDataSourceMethodEventArgs.cs
- DesignerHost.cs
- IxmlLineInfo.cs
- _LazyAsyncResult.cs
- ValidateNames.cs
- PerformanceCounterCategory.cs
- TreeViewItemAutomationPeer.cs
- ConsumerConnectionPoint.cs
- Point.cs
- EventMap.cs
- EntityDataSourceDesignerHelper.cs
- DockAndAnchorLayout.cs
- SocketAddress.cs
- DataBinder.cs
- CounterNameConverter.cs
- GatewayIPAddressInformationCollection.cs
- ToolStripContainer.cs
- DataGridViewDataConnection.cs
- DataContractJsonSerializerOperationFormatter.cs
- WindowsGraphics2.cs
- OdbcHandle.cs
- ComplexLine.cs
- Hex.cs
- HtmlEmptyTagControlBuilder.cs
- QuadraticEase.cs
- StringPropertyBuilder.cs
- NavigationHelper.cs
- DataChangedEventManager.cs
- DetailsViewDeletedEventArgs.cs
- Marshal.cs
- DescendantQuery.cs
- SqlProvider.cs