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
- NameObjectCollectionBase.cs
- TemplateKey.cs
- SqlInternalConnection.cs
- ISAPIRuntime.cs
- WebScriptMetadataMessage.cs
- PersonalizationEntry.cs
- HandledEventArgs.cs
- UnitySerializationHolder.cs
- CompiledRegexRunner.cs
- PartManifestEntry.cs
- XmlTextReader.cs
- LineVisual.cs
- ListBoxChrome.cs
- SystemWebSectionGroup.cs
- FrameAutomationPeer.cs
- DataListItem.cs
- MediaTimeline.cs
- ProgressBarAutomationPeer.cs
- GlobalAclOperationRequirement.cs
- LeaseManager.cs
- MachineKeyValidationConverter.cs
- BuildProvider.cs
- MetadataFile.cs
- ContextMenuAutomationPeer.cs
- PropertyNames.cs
- SqlCacheDependency.cs
- GifBitmapEncoder.cs
- TimeoutException.cs
- DataRecordInfo.cs
- TableLayoutStyleCollection.cs
- XmlChildNodes.cs
- ExeContext.cs
- Decimal.cs
- RemoteHelper.cs
- ManagementEventArgs.cs
- MachineKeySection.cs
- WebPartConnectionsCancelEventArgs.cs
- Win32Exception.cs
- XmlSerializerObjectSerializer.cs
- ValidatorCollection.cs
- DuplexSecurityProtocolFactory.cs
- ProfileProvider.cs
- GridViewColumnHeader.cs
- FixedSOMTextRun.cs
- EventLogPermissionAttribute.cs
- SchemaCollectionPreprocessor.cs
- ListViewVirtualItemsSelectionRangeChangedEvent.cs
- SqlWebEventProvider.cs
- CodeTypeOfExpression.cs
- KeyValuePair.cs
- BroadcastEventHelper.cs
- CroppedBitmap.cs
- MessageAction.cs
- TraceProvider.cs
- XamlHostingSectionGroup.cs
- SqlDataSourceSelectingEventArgs.cs
- DrawingDrawingContext.cs
- TypeResolvingOptions.cs
- ListViewUpdatedEventArgs.cs
- ToolBarOverflowPanel.cs
- SqlStream.cs
- MasterPageBuildProvider.cs
- CodeMemberProperty.cs
- ProviderUtil.cs
- TextRenderer.cs
- UnitySerializationHolder.cs
- ManagementScope.cs
- SchemaTypeEmitter.cs
- SafeTimerHandle.cs
- PartitionResolver.cs
- DefaultTextStore.cs
- sqlinternaltransaction.cs
- StorageRoot.cs
- ColorInterpolationModeValidation.cs
- ModelUIElement3D.cs
- TypeReference.cs
- ConnectionsZone.cs
- CompilerInfo.cs
- MD5CryptoServiceProvider.cs
- Line.cs
- WindowsEditBoxRange.cs
- FlowDocumentReader.cs
- SynchronizationContext.cs
- CodeStatement.cs
- securitycriticaldata.cs
- ContractHandle.cs
- ZipIOCentralDirectoryFileHeader.cs
- PenLineJoinValidation.cs
- HttpResponseHeader.cs
- ButtonChrome.cs
- SafePointer.cs
- RadioButtonPopupAdapter.cs
- CommonDialog.cs
- PersistenceTypeAttribute.cs
- FileUpload.cs
- InteropDesigner.xaml.cs
- safelink.cs
- TiffBitmapEncoder.cs
- PermissionRequestEvidence.cs
- CodeCompileUnit.cs