Code:
/ 4.0 / 4.0 / 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. //------------------------------------------------------------------------------ //// 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
- SoapServerMessage.cs
- SettingsBindableAttribute.cs
- ListViewDeletedEventArgs.cs
- XPathNavigator.cs
- ControlIdConverter.cs
- PasswordBox.cs
- SQLByte.cs
- GlobalEventManager.cs
- BindUriHelper.cs
- RootBuilder.cs
- WebControlParameterProxy.cs
- shaperfactoryquerycachekey.cs
- WindowsSolidBrush.cs
- ListSourceHelper.cs
- DataList.cs
- ArrayElementGridEntry.cs
- SelectionPattern.cs
- QueryUtil.cs
- FunctionImportElement.cs
- HexParser.cs
- InputProcessorProfiles.cs
- StandardOleMarshalObject.cs
- TextParagraphCache.cs
- ProvidersHelper.cs
- RowBinding.cs
- DateTimeParse.cs
- UpdateExpressionVisitor.cs
- PropertyValueChangedEvent.cs
- SqlFormatter.cs
- MessagingDescriptionAttribute.cs
- cookieexception.cs
- BufferBuilder.cs
- PageThemeCodeDomTreeGenerator.cs
- CorrelationManager.cs
- SmiContextFactory.cs
- Hyperlink.cs
- TypeDependencyAttribute.cs
- InputMethodStateChangeEventArgs.cs
- PenCursorManager.cs
- SafeNativeMethodsCLR.cs
- FrameworkContentElement.cs
- DSASignatureDeformatter.cs
- SubMenuStyle.cs
- Rotation3DKeyFrameCollection.cs
- RightsManagementEncryptedStream.cs
- EventSourceCreationData.cs
- ObjectDataSourceWizardForm.cs
- SystemInformation.cs
- EntitySqlQueryCacheEntry.cs
- DeclarativeCatalogPart.cs
- ShellProvider.cs
- QueryCoreOp.cs
- DesignerResources.cs
- IndexedWhereQueryOperator.cs
- CodeArrayIndexerExpression.cs
- Vector.cs
- TemplateBamlTreeBuilder.cs
- XmlSchemaAttributeGroup.cs
- OperationPickerDialog.cs
- SmtpCommands.cs
- XNodeValidator.cs
- HttpHandlerActionCollection.cs
- WebReferencesBuildProvider.cs
- Application.cs
- LogRestartAreaEnumerator.cs
- ToolStripPanelSelectionBehavior.cs
- PageThemeParser.cs
- JsonWriter.cs
- CharEntityEncoderFallback.cs
- SignedInfo.cs
- MediaElement.cs
- GridViewRowPresenter.cs
- BitmapEffectRenderDataResource.cs
- SqlBulkCopy.cs
- BindingMAnagerBase.cs
- oledbmetadatacolumnnames.cs
- ThreadSafeMessageFilterTable.cs
- CodeLinePragma.cs
- ILGenerator.cs
- XslTransform.cs
- PropertyInfoSet.cs
- DataKeyPropertyAttribute.cs
- EntityDesignerBuildProvider.cs
- SelectionEditor.cs
- DBNull.cs
- SqlFunctionAttribute.cs
- StyleCollection.cs
- DataChangedEventManager.cs
- DocumentEventArgs.cs
- Viewport3DAutomationPeer.cs
- GenericWebPart.cs
- TitleStyle.cs
- ObjectStateFormatter.cs
- UnaryNode.cs
- MenuItem.cs
- XmlTextReaderImpl.cs
- HtmlEmptyTagControlBuilder.cs
- DynamicQueryStringParameter.cs
- SqlCacheDependencyDatabase.cs
- MobileCapabilities.cs