Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / PeerResolvers / ServiceSettingsResponseInfo.cs / 1 / ServiceSettingsResponseInfo.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.ServiceModel.PeerResolvers { using System.ServiceModel.Channels; using System.ServiceModel; using System.Runtime.Serialization; [MessageContract(IsWrapped = false)] public class ServiceSettingsResponseInfo { [DataContract(Name = "ServiceSettingsResponseInfo", Namespace = PeerStrings.Namespace)] class ServiceSettingsResponseInfoDC { [DataMember(Name = "ControlMeshShape")] public bool ControlMeshShape; public ServiceSettingsResponseInfoDC(bool control) { ControlMeshShape = control; } } public ServiceSettingsResponseInfo():this(false){} public ServiceSettingsResponseInfo(bool control) { this.body= new ServiceSettingsResponseInfoDC(control); } [MessageBodyMember(Name = "ServiceSettings", Namespace = PeerStrings.Namespace)] ServiceSettingsResponseInfoDC body; public bool ControlMeshShape { get { return body.ControlMeshShape;} set { body.ControlMeshShape = value; } } public bool HasBody() { return body != null; } } } // 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
- ExpressionLink.cs
- OleDbRowUpdatingEvent.cs
- ErrorRuntimeConfig.cs
- ProcessThreadCollection.cs
- ValidatingCollection.cs
- ValidationSettings.cs
- QilInvokeEarlyBound.cs
- IndentedWriter.cs
- OutOfMemoryException.cs
- ArraySegment.cs
- TimeSpanMinutesConverter.cs
- CapiSafeHandles.cs
- DataGridViewAccessibleObject.cs
- StringDictionary.cs
- ProviderUtil.cs
- TaskExceptionHolder.cs
- OracleEncoding.cs
- XamlSerializer.cs
- ConsumerConnectionPointCollection.cs
- ReverseQueryOperator.cs
- XmlBinaryReader.cs
- ColumnPropertiesGroup.cs
- Button.cs
- SecurityRuntime.cs
- StylusButtonEventArgs.cs
- sqlinternaltransaction.cs
- BamlResourceSerializer.cs
- BaseDataListDesigner.cs
- SQLChars.cs
- SvcMapFileLoader.cs
- RightsManagementErrorHandler.cs
- SurrogateSelector.cs
- TextControl.cs
- WindowsScrollBar.cs
- PeerContact.cs
- _NegotiateClient.cs
- DataGridViewCellMouseEventArgs.cs
- CodeChecksumPragma.cs
- TextTreeFixupNode.cs
- UrlParameterReader.cs
- TypedTableBaseExtensions.cs
- XmlTypeAttribute.cs
- AssemblyBuilder.cs
- MemberHolder.cs
- TypeSemantics.cs
- HitTestDrawingContextWalker.cs
- XsdDateTime.cs
- XMLSyntaxException.cs
- GuidelineSet.cs
- ServiceOperation.cs
- SBCSCodePageEncoding.cs
- XD.cs
- DataObject.cs
- ComponentDispatcher.cs
- BridgeDataRecord.cs
- RtType.cs
- Variable.cs
- EntityReference.cs
- XmlSignatureProperties.cs
- safePerfProviderHandle.cs
- StringWriter.cs
- RowToFieldTransformer.cs
- Int32CollectionValueSerializer.cs
- SubpageParaClient.cs
- DatagridviewDisplayedBandsData.cs
- OneWayChannelListener.cs
- DataGridViewCellFormattingEventArgs.cs
- PointConverter.cs
- Configuration.cs
- HtmlTextArea.cs
- CachedCompositeFamily.cs
- LocalClientSecuritySettings.cs
- RefExpr.cs
- QuaternionRotation3D.cs
- StringComparer.cs
- recordstate.cs
- Line.cs
- UserValidatedEventArgs.cs
- ComplexTypeEmitter.cs
- InvalidProgramException.cs
- FastPropertyAccessor.cs
- EntityContainerEmitter.cs
- EventLogEntryCollection.cs
- nulltextcontainer.cs
- HierarchicalDataSourceControl.cs
- MetadataUtil.cs
- ResXResourceReader.cs
- EndpointNameMessageFilter.cs
- MemoryFailPoint.cs
- DecoderFallbackWithFailureFlag.cs
- HttpProfileBase.cs
- PhonemeConverter.cs
- TemplatePartAttribute.cs
- Rect3DValueSerializer.cs
- XmlHierarchicalDataSourceView.cs
- Int16.cs
- DesignerActionMethodItem.cs
- Debug.cs
- SynchronousChannel.cs
- SkinBuilder.cs