Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / Web / System / Web / Services / Description / MimeParameter.cs / 1305376 / MimeParameter.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 MimeParameter { string name; string typeName; CodeAttributeDeclarationCollection attrs; internal string Name { get { return name == null ? string.Empty : name; } set { name = value; } } internal string TypeName { get { return typeName == null ? string.Empty : typeName; } set { typeName = 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 MimeParameter { string name; string typeName; CodeAttributeDeclarationCollection attrs; internal string Name { get { return name == null ? string.Empty : name; } set { name = value; } } internal string TypeName { get { return typeName == null ? string.Empty : typeName; } set { typeName = 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
- TextEditorThreadLocalStore.cs
- UIPermission.cs
- MenuCommandsChangedEventArgs.cs
- CacheRequest.cs
- ContextMenuAutomationPeer.cs
- ExceptionValidationRule.cs
- ImmutableObjectAttribute.cs
- CommentEmitter.cs
- RenderDataDrawingContext.cs
- MasterPageParser.cs
- SplashScreen.cs
- FormatSettings.cs
- EndpointAddressMessageFilterTable.cs
- BuildProvider.cs
- DataGridViewRowPostPaintEventArgs.cs
- WrappedOptions.cs
- DataControlImageButton.cs
- RemoveStoryboard.cs
- RuntimeUtils.cs
- ServiceModelSecurityTokenRequirement.cs
- RefType.cs
- TraceHandler.cs
- XmlUnspecifiedAttribute.cs
- DocumentPageTextView.cs
- RowTypeElement.cs
- PassportAuthenticationModule.cs
- OperationCanceledException.cs
- HttpStaticObjectsCollectionBase.cs
- DefaultPerformanceCounters.cs
- CompilerGeneratedAttribute.cs
- BufferedResponseStream.cs
- ServicesUtilities.cs
- AdjustableArrowCap.cs
- AnimatedTypeHelpers.cs
- FilterableAttribute.cs
- KeyValueSerializer.cs
- SchemaImporterExtensionElement.cs
- GridViewCommandEventArgs.cs
- CallbackWrapper.cs
- VectorConverter.cs
- ImageKeyConverter.cs
- RectangleGeometry.cs
- ConstraintManager.cs
- BindingWorker.cs
- ImageSourceConverter.cs
- AnyReturnReader.cs
- GrammarBuilderRuleRef.cs
- QilStrConcatenator.cs
- PathFigureCollectionConverter.cs
- Parser.cs
- EmissiveMaterial.cs
- ToolStripKeyboardHandlingService.cs
- XmlSchemaParticle.cs
- ContextMarshalException.cs
- SortQuery.cs
- RadioButtonPopupAdapter.cs
- _AutoWebProxyScriptEngine.cs
- CodeBlockBuilder.cs
- ListControlBuilder.cs
- XmlLoader.cs
- cache.cs
- HttpCookie.cs
- DataTemplate.cs
- VirtualDirectoryMapping.cs
- RadialGradientBrush.cs
- SafeEventHandle.cs
- OleDbRowUpdatedEvent.cs
- TextElementEditingBehaviorAttribute.cs
- EmbeddedMailObjectsCollection.cs
- QuaternionKeyFrameCollection.cs
- ByteConverter.cs
- UnsafeNativeMethodsCLR.cs
- WindowsPen.cs
- Switch.cs
- DataGridViewHitTestInfo.cs
- DesignerSerializerAttribute.cs
- IfAction.cs
- ToolStripSeparator.cs
- TreeChangeInfo.cs
- ScrollEvent.cs
- SecurityDocument.cs
- LongValidatorAttribute.cs
- MeshGeometry3D.cs
- GlyphCollection.cs
- DocumentViewerHelper.cs
- FragmentQuery.cs
- DataGridDetailsPresenter.cs
- SelectionEditor.cs
- MembershipSection.cs
- DbUpdateCommandTree.cs
- WindowsGrip.cs
- HtmlTableRowCollection.cs
- ConstrainedGroup.cs
- QuaternionAnimation.cs
- EntityDataSourceDesignerHelper.cs
- ClientTarget.cs
- WebContext.cs
- Serializer.cs
- XmlSchemaAppInfo.cs
- cookieexception.cs