Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Description / GetResponse.cs / 1 / GetResponse.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- using System.Net.Security; namespace System.ServiceModel.Description { [MessageContract(IsWrapped = false)] internal class GetResponse { MetadataSet metadataSet; internal GetResponse() { } internal GetResponse(MetadataSet metadataSet) : this() { this.metadataSet = metadataSet; } [MessageBodyMember(Name = MetadataStrings.MetadataExchangeStrings.Metadata, Namespace = MetadataStrings.MetadataExchangeStrings.Namespace)] internal MetadataSet Metadata { get { return this.metadataSet; } set { this.metadataSet = value; } } } } // 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
- HttpRawResponse.cs
- RegistrationServices.cs
- ModifiableIteratorCollection.cs
- Helpers.cs
- PixelFormatConverter.cs
- PolyLineSegment.cs
- SQLDecimalStorage.cs
- PropertyToken.cs
- XmlUrlResolver.cs
- DSACryptoServiceProvider.cs
- KeyedHashAlgorithm.cs
- ArraySubsetEnumerator.cs
- regiisutil.cs
- TaskExtensions.cs
- HtmlForm.cs
- OdbcEnvironmentHandle.cs
- WebServiceErrorEvent.cs
- ProfileManager.cs
- NetworkInformationException.cs
- BitmapEncoder.cs
- NetworkInformationException.cs
- Cloud.cs
- MenuAdapter.cs
- FontStretchConverter.cs
- XPathNavigatorKeyComparer.cs
- FileSystemWatcher.cs
- PropertyMetadata.cs
- dataprotectionpermission.cs
- DefinitionUpdate.cs
- InitiatorSessionSymmetricTransportSecurityProtocol.cs
- NamespaceTable.cs
- ACL.cs
- RuleElement.cs
- Random.cs
- InheritablePropertyChangeInfo.cs
- CacheAxisQuery.cs
- NamespaceEmitter.cs
- HtmlControl.cs
- SystemIPv4InterfaceProperties.cs
- DataGridViewAdvancedBorderStyle.cs
- Calendar.cs
- BuiltInExpr.cs
- Rotation3DAnimation.cs
- XmlSchemaAppInfo.cs
- DispatcherProcessingDisabled.cs
- EventLogEntryCollection.cs
- TextEndOfParagraph.cs
- MSHTMLHost.cs
- sqlcontext.cs
- SHA256Managed.cs
- XPathDocument.cs
- XmlSerializerAssemblyAttribute.cs
- TransformPatternIdentifiers.cs
- LayoutTable.cs
- Helper.cs
- RawStylusActions.cs
- InputScopeAttribute.cs
- nulltextcontainer.cs
- PeerResolverElement.cs
- XmlNodeComparer.cs
- ProtocolsConfigurationEntry.cs
- SqlNamer.cs
- QilName.cs
- DesignerRegionMouseEventArgs.cs
- QuadraticBezierSegment.cs
- EntityContainerRelationshipSetEnd.cs
- ConnectionStringSettings.cs
- ShaderEffect.cs
- PhysicalAddress.cs
- TextEditor.cs
- HelpKeywordAttribute.cs
- Item.cs
- RawStylusInput.cs
- TemplateField.cs
- DrawingCollection.cs
- SecurityUtils.cs
- ScriptDescriptor.cs
- SecurityChannelListener.cs
- SamlSecurityToken.cs
- PrintPreviewGraphics.cs
- AttributeCollection.cs
- DoubleUtil.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- Query.cs
- ScriptResourceInfo.cs
- CodeDOMProvider.cs
- TextControl.cs
- PackageRelationship.cs
- SingleTagSectionHandler.cs
- ServicePointManager.cs
- Signature.cs
- SafeNativeMethods.cs
- MainMenu.cs
- ToolStripItemImageRenderEventArgs.cs
- AutomationPatternInfo.cs
- AmbiguousMatchException.cs
- SplashScreenNativeMethods.cs
- DbUpdateCommandTree.cs
- FixedSOMGroup.cs
- DocumentCollection.cs