Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / Web / System / Web / Services / Description / MimeAnyImporter.cs / 1305376 / MimeAnyImporter.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Services.Description { using System.Web.Services; using System.Web.Services.Protocols; using System.IO; internal class MimeAnyImporter : MimeImporter { internal override MimeParameterCollection ImportParameters() { return null; } internal override MimeReturn ImportReturn() { if (ImportContext.OperationBinding.Output.Extensions.Count == 0) return null; MimeReturn importedReturn = new MimeReturn(); importedReturn.TypeName = typeof(Stream).FullName; importedReturn.ReaderType = typeof(AnyReturnReader); return importedReturn; } } } // 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
- DateTimeStorage.cs
- PrefixHandle.cs
- UnitySerializationHolder.cs
- PropertyChangedEventManager.cs
- HttpCachePolicyWrapper.cs
- HtmlInputText.cs
- DataTableMapping.cs
- DescriptionAttribute.cs
- UrlAuthFailedErrorFormatter.cs
- EnlistmentTraceIdentifier.cs
- WebPartConnectionCollection.cs
- XmlStreamNodeWriter.cs
- RepeatInfo.cs
- ImageSourceConverter.cs
- GatewayDefinition.cs
- CodeThrowExceptionStatement.cs
- WebPartManagerInternals.cs
- AstTree.cs
- DoubleAnimationUsingPath.cs
- PageSettings.cs
- DocumentOrderQuery.cs
- ProjectionRewriter.cs
- FragmentQueryProcessor.cs
- QuaternionConverter.cs
- AuthenticationModuleElement.cs
- IntSecurity.cs
- Type.cs
- DispatcherHookEventArgs.cs
- DbConnectionPoolGroup.cs
- SystemIcons.cs
- DrawingAttributes.cs
- SynchronousChannel.cs
- DBCSCodePageEncoding.cs
- FtpCachePolicyElement.cs
- DataGridViewRowHeaderCell.cs
- SrgsElementList.cs
- Camera.cs
- PassportIdentity.cs
- AppDomainUnloadedException.cs
- TemplateBindingExtensionConverter.cs
- ConfigurationValidatorBase.cs
- NativeWindow.cs
- ParseElement.cs
- ToolStripManager.cs
- XPathBinder.cs
- PipelineModuleStepContainer.cs
- RadioButtonRenderer.cs
- TimeSpanMinutesConverter.cs
- UniqueIdentifierService.cs
- BindableTemplateBuilder.cs
- IndentedWriter.cs
- autovalidator.cs
- CaseStatementSlot.cs
- PhysicalAddress.cs
- SHA384CryptoServiceProvider.cs
- ComponentEditorPage.cs
- DelimitedListTraceListener.cs
- EmptyEnumerator.cs
- Clause.cs
- ManagementNamedValueCollection.cs
- CompensationExtension.cs
- Attributes.cs
- ObservableDictionary.cs
- HMACSHA512.cs
- KeyInterop.cs
- InheritablePropertyChangeInfo.cs
- VarRefManager.cs
- ConfigurationPropertyAttribute.cs
- entityreference_tresulttype.cs
- TextCollapsingProperties.cs
- DPCustomTypeDescriptor.cs
- HtmlTernaryTree.cs
- StylusDownEventArgs.cs
- DataSourceCacheDurationConverter.cs
- DataGridTextColumn.cs
- SystemMulticastIPAddressInformation.cs
- ConstrainedDataObject.cs
- SingleAnimationUsingKeyFrames.cs
- SiteMapPath.cs
- EntityDesignerUtils.cs
- SelectedGridItemChangedEvent.cs
- MasterPageParser.cs
- SecurityRuntime.cs
- NameValueConfigurationElement.cs
- Vector3D.cs
- ZoomingMessageFilter.cs
- SystemEvents.cs
- Message.cs
- SecurityChannel.cs
- SqlDataSourceQueryEditorForm.cs
- LinkTarget.cs
- ListViewPagedDataSource.cs
- ApplicationId.cs
- ConvertEvent.cs
- Attributes.cs
- _SslState.cs
- FloaterParagraph.cs
- DynamicPropertyHolder.cs
- ControlCodeDomSerializer.cs
- LongCountAggregationOperator.cs