Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / Web / System / Web / Services / Description / MimeFormImporter.cs / 1305376 / MimeFormImporter.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Services.Description { using System.Web.Services.Protocols; using System.Globalization; internal class MimeFormImporter : MimeImporter { internal override MimeParameterCollection ImportParameters() { MimeContentBinding mimeContentBinding = (MimeContentBinding)ImportContext.OperationBinding.Input.Extensions.Find(typeof(MimeContentBinding)); if (mimeContentBinding == null) return null; if (string.Compare(mimeContentBinding.Type, HtmlFormParameterReader.MimeType, StringComparison.OrdinalIgnoreCase) != 0) return null; MimeParameterCollection parameters = ImportContext.ImportStringParametersMessage(); if (parameters == null) return null; parameters.WriterType = typeof(HtmlFormParameterWriter); return parameters; } internal override MimeReturn ImportReturn() { return null; } } } // 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
- UseAttributeSetsAction.cs
- KeyValueConfigurationCollection.cs
- WindowsListViewGroupSubsetLink.cs
- RemotingServices.cs
- OleDbTransaction.cs
- ReturnValue.cs
- ByteRangeDownloader.cs
- SafeTimerHandle.cs
- LazyTextWriterCreator.cs
- PauseStoryboard.cs
- FilteredReadOnlyMetadataCollection.cs
- ArrayElementGridEntry.cs
- DataBindingCollection.cs
- safex509handles.cs
- OracleLob.cs
- SafeCertificateContext.cs
- EllipseGeometry.cs
- TileBrush.cs
- ScaleTransform.cs
- VoiceSynthesis.cs
- XslTransform.cs
- SourceChangedEventArgs.cs
- SizeAnimation.cs
- FixedTextSelectionProcessor.cs
- ErrorInfoXmlDocument.cs
- SparseMemoryStream.cs
- SafeCoTaskMem.cs
- SocketInformation.cs
- PeerCollaborationPermission.cs
- DelayedRegex.cs
- SoapAttributeOverrides.cs
- _TLSstream.cs
- BindingMemberInfo.cs
- IISMapPath.cs
- DnsPermission.cs
- TypedTableBaseExtensions.cs
- TableParaClient.cs
- TypeConverter.cs
- DataControlPagerLinkButton.cs
- HttpRequest.cs
- DataTableClearEvent.cs
- EntityWrapper.cs
- DictionarySectionHandler.cs
- VectorAnimationBase.cs
- CodeLinePragma.cs
- Int32CollectionValueSerializer.cs
- HostExecutionContextManager.cs
- RegexInterpreter.cs
- ProtocolsConfiguration.cs
- MethodBody.cs
- CustomTypeDescriptor.cs
- PrintDialog.cs
- HttpHandlerActionCollection.cs
- ForeignKeyFactory.cs
- SmuggledIUnknown.cs
- DynamicDataRouteHandler.cs
- HighlightVisual.cs
- BulletDecorator.cs
- OpenFileDialog.cs
- UpWmlMobileTextWriter.cs
- Control.cs
- AggregateException.cs
- SettingsPropertyWrongTypeException.cs
- Clause.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- ViewSimplifier.cs
- WebPartRestoreVerb.cs
- ConfigViewGenerator.cs
- GeneralTransform2DTo3DTo2D.cs
- TransformPattern.cs
- COSERVERINFO.cs
- WebPartsPersonalizationAuthorization.cs
- recordstate.cs
- ZipPackagePart.cs
- RotateTransform3D.cs
- RecommendedAsConfigurableAttribute.cs
- Rule.cs
- TaskScheduler.cs
- DataReceivedEventArgs.cs
- ChtmlSelectionListAdapter.cs
- ValueProviderWrapper.cs
- TimeoutTimer.cs
- FixedSOMContainer.cs
- processwaithandle.cs
- ToolCreatedEventArgs.cs
- ByteStream.cs
- SecurityPolicySection.cs
- UnmanagedMarshal.cs
- SimpleExpression.cs
- CancelEventArgs.cs
- EmptyStringExpandableObjectConverter.cs
- RowUpdatingEventArgs.cs
- StsCommunicationException.cs
- SecurityUtils.cs
- ListViewDeleteEventArgs.cs
- ToolConsole.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- MenuRendererStandards.cs
- AddressAlreadyInUseException.cs
- CodeStatementCollection.cs