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
- ColumnMap.cs
- _FixedSizeReader.cs
- SafePEFileHandle.cs
- ProcessThreadCollection.cs
- MessageBox.cs
- InvalidCastException.cs
- ConnectionInterfaceCollection.cs
- Size3D.cs
- PerformanceCounterLib.cs
- ModelVisual3D.cs
- DoubleStorage.cs
- HttpRawResponse.cs
- SystemInfo.cs
- StringBuilder.cs
- DecimalAnimationUsingKeyFrames.cs
- SiteMapProvider.cs
- Point3DAnimationUsingKeyFrames.cs
- SharedHttpsTransportManager.cs
- DictationGrammar.cs
- SafeCoTaskMem.cs
- ContentOperations.cs
- MaskedTextBox.cs
- ManifestBasedResourceGroveler.cs
- ToolStripCollectionEditor.cs
- StrongTypingException.cs
- NoneExcludedImageIndexConverter.cs
- BaseDataListDesigner.cs
- Duration.cs
- WSHttpBinding.cs
- ButtonChrome.cs
- TextServicesDisplayAttribute.cs
- PersonalizationStateInfo.cs
- StylusLogic.cs
- PopOutPanel.cs
- ScrollEvent.cs
- ExtendedPropertyInfo.cs
- ListItemCollection.cs
- PersonalizationState.cs
- AnnotationAuthorChangedEventArgs.cs
- Duration.cs
- DefaultTraceListener.cs
- Vector.cs
- UTF8Encoding.cs
- CodePageEncoding.cs
- MobileControlPersister.cs
- SqlInfoMessageEvent.cs
- CopyCodeAction.cs
- AnnouncementEndpointElement.cs
- Registry.cs
- SHA384Managed.cs
- NopReturnReader.cs
- TableItemPattern.cs
- DynamicPhysicalDiscoSearcher.cs
- FormsAuthenticationTicket.cs
- OLEDB_Util.cs
- CharacterBufferReference.cs
- QilTernary.cs
- CellConstantDomain.cs
- ZipIOExtraFieldZip64Element.cs
- CodeAttributeArgumentCollection.cs
- BaseHashHelper.cs
- RawTextInputReport.cs
- FormsIdentity.cs
- RootBrowserWindowAutomationPeer.cs
- HiddenField.cs
- CompleteWizardStep.cs
- MSG.cs
- TableLayout.cs
- WebPartConnectionsEventArgs.cs
- XmlAttributes.cs
- OleDbParameter.cs
- NamedPipeConnectionPoolSettings.cs
- ProjectionPruner.cs
- TableLayoutStyle.cs
- TemplateBaseAction.cs
- DataGridRow.cs
- safelinkcollection.cs
- SafeCancelMibChangeNotify.cs
- XmlNotation.cs
- RSACryptoServiceProvider.cs
- ImageCodecInfoPrivate.cs
- WebMessageEncodingElement.cs
- SourceFilter.cs
- NavigationExpr.cs
- IgnoreFileBuildProvider.cs
- GregorianCalendar.cs
- BookmarkEventArgs.cs
- Model3D.cs
- RoutedEventArgs.cs
- MarginsConverter.cs
- ReversePositionQuery.cs
- MessageQueueCriteria.cs
- SqlDataSourceStatusEventArgs.cs
- DecoratedNameAttribute.cs
- Compiler.cs
- Binding.cs
- XmlSchemaSimpleTypeList.cs
- IISMapPath.cs
- DateTimeValueSerializer.cs
- RadioButton.cs