Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / Web / System / Web / Services / Description / MimeReturn.cs / 1305376 / MimeReturn.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Services.Description { using System.Web.Services; using System.Web.Services.Protocols; using System.Xml.Serialization; using System.Xml.Schema; using System.Collections; using System; using System.Reflection; using System.CodeDom; internal class MimeReturn { string typeName; Type readerType; CodeAttributeDeclarationCollection attrs; internal string TypeName { get { return typeName == null ? string.Empty : typeName; } set { typeName = value; } } internal Type ReaderType { get { return readerType; } set { readerType = value; } } internal CodeAttributeDeclarationCollection Attributes { get { if (attrs == null) attrs = new CodeAttributeDeclarationCollection(); return attrs; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CachingHintValidation.cs
- CapiSymmetricAlgorithm.cs
- HiddenFieldDesigner.cs
- BezierSegment.cs
- VsPropertyGrid.cs
- EntityContainerAssociationSetEnd.cs
- CommandManager.cs
- ResourcesBuildProvider.cs
- EraserBehavior.cs
- HandleInitializationContext.cs
- RectAnimation.cs
- UInt64.cs
- XmlSequenceWriter.cs
- XmlSchemaType.cs
- NotImplementedException.cs
- WebPartVerb.cs
- StreamGeometry.cs
- MemoryRecordBuffer.cs
- DrawingImage.cs
- CodeNamespaceCollection.cs
- TraceFilter.cs
- CommandDevice.cs
- ObjectPersistData.cs
- RoutedEventConverter.cs
- AbsoluteQuery.cs
- SafeRightsManagementQueryHandle.cs
- TableChangeProcessor.cs
- XmlLinkedNode.cs
- OutOfMemoryException.cs
- DataColumnMappingCollection.cs
- Encoder.cs
- PointCollection.cs
- WorkflowViewElement.cs
- ComponentChangingEvent.cs
- HtmlLink.cs
- ServiceReference.cs
- AppDomainCompilerProxy.cs
- PenContext.cs
- WS2007HttpBindingCollectionElement.cs
- DocumentSequenceHighlightLayer.cs
- RuleCache.cs
- DetailsViewPagerRow.cs
- Int64Storage.cs
- CryptoKeySecurity.cs
- BlurEffect.cs
- ToolBarPanel.cs
- BrowserCapabilitiesCodeGenerator.cs
- ServiceContractGenerator.cs
- LayoutDump.cs
- BlurBitmapEffect.cs
- LoaderAllocator.cs
- ExpandoClass.cs
- IntAverageAggregationOperator.cs
- ObjectDataSourceDisposingEventArgs.cs
- CopyCodeAction.cs
- CompilationRelaxations.cs
- CreateParams.cs
- IOThreadScheduler.cs
- DashStyles.cs
- SQLDecimal.cs
- ScopeCompiler.cs
- TextTreeUndoUnit.cs
- SoapReflectionImporter.cs
- OleDbCommandBuilder.cs
- ObjectStateEntryBaseUpdatableDataRecord.cs
- FontUnitConverter.cs
- FamilyTypefaceCollection.cs
- XamlDebuggerXmlReader.cs
- BuilderPropertyEntry.cs
- HuffmanTree.cs
- FixedHyperLink.cs
- ChangeTracker.cs
- ReadOnlyCollection.cs
- CompilationUtil.cs
- BuildProviderCollection.cs
- PatternMatcher.cs
- UInt32Storage.cs
- StringCollection.cs
- SafeReversePInvokeHandle.cs
- EditingCoordinator.cs
- EdmRelationshipRoleAttribute.cs
- XsdDuration.cs
- ObjectRef.cs
- PropertyGeneratedEventArgs.cs
- GenericRootAutomationPeer.cs
- XmlDomTextWriter.cs
- TransactionManager.cs
- IfElseDesigner.xaml.cs
- XappLauncher.cs
- WmlControlAdapter.cs
- SoapProcessingBehavior.cs
- EntityStoreSchemaFilterEntry.cs
- CryptoApi.cs
- ResourceAttributes.cs
- DataGridItem.cs
- AdRotator.cs
- XmlMemberMapping.cs
- MessageDecoder.cs
- MenuItem.cs
- ScaleTransform3D.cs