Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / Web / System / Web / Services / Description / MimeFormReflector.cs / 1305376 / MimeFormReflector.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; internal class MimeFormReflector : MimeReflector { internal override bool ReflectParameters() { if (!HtmlFormParameterReader.IsSupported(ReflectionContext.Method)) return false; ReflectionContext.ReflectStringParametersMessage(); MimeContentBinding mimeContentBinding = new MimeContentBinding(); mimeContentBinding.Type = HtmlFormParameterReader.MimeType; ReflectionContext.OperationBinding.Input.Extensions.Add(mimeContentBinding); return true; } internal override bool ReflectReturn() { return false; } } } // 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
- CurrentTimeZone.cs
- ThaiBuddhistCalendar.cs
- IteratorFilter.cs
- EdmMember.cs
- CalendarAutoFormatDialog.cs
- CatalogZone.cs
- RenameRuleObjectDialog.cs
- AnnotationComponentManager.cs
- HttpBufferlessInputStream.cs
- ReferencedType.cs
- EntityClientCacheKey.cs
- SpecularMaterial.cs
- InputScopeNameConverter.cs
- followingsibling.cs
- IdleTimeoutMonitor.cs
- DrawToolTipEventArgs.cs
- SuppressMergeCheckAttribute.cs
- ListViewTableRow.cs
- TiffBitmapDecoder.cs
- DateTimeValueSerializerContext.cs
- PropertyToken.cs
- PhysicalAddress.cs
- ByteStream.cs
- RankException.cs
- SiteIdentityPermission.cs
- PageThemeBuildProvider.cs
- LoadWorkflowAsyncResult.cs
- AssemblyBuilder.cs
- DeferredElementTreeState.cs
- TextParaClient.cs
- FieldToken.cs
- CompositionAdorner.cs
- ColorTransformHelper.cs
- Restrictions.cs
- MarkedHighlightComponent.cs
- PeerPresenceInfo.cs
- FormsAuthentication.cs
- WinFormsUtils.cs
- MsmqInputMessage.cs
- HttpCacheVary.cs
- WizardStepBase.cs
- Point3D.cs
- EmptyQuery.cs
- XmlTextReaderImplHelpers.cs
- WindowsAuthenticationEventArgs.cs
- SerialPinChanges.cs
- precedingsibling.cs
- Triplet.cs
- DeleteIndexBinder.cs
- OptimizedTemplateContent.cs
- SendActivityDesigner.cs
- AnnouncementEndpoint.cs
- TextTreeTextNode.cs
- RecordBuilder.cs
- DocumentGridContextMenu.cs
- KeyProperty.cs
- EditorPartChrome.cs
- XmlAttributeProperties.cs
- PerformanceCounterManager.cs
- DataGridViewButtonCell.cs
- DbCommandDefinition.cs
- DataGridViewCellLinkedList.cs
- SystemUdpStatistics.cs
- TransactionFilter.cs
- EventLogHandle.cs
- mongolianshape.cs
- LedgerEntry.cs
- CLSCompliantAttribute.cs
- EventDescriptor.cs
- SecurityTokenInclusionMode.cs
- RijndaelManagedTransform.cs
- SQLUtility.cs
- ConfigViewGenerator.cs
- ListParaClient.cs
- KerberosTokenFactoryCredential.cs
- ListViewEditEventArgs.cs
- EncryptedPackage.cs
- XmlDataSource.cs
- LinkTarget.cs
- SettingsProperty.cs
- LineBreakRecord.cs
- XpsS0ValidatingLoader.cs
- TcpSocketManager.cs
- Label.cs
- SqlTransaction.cs
- RawKeyboardInputReport.cs
- UniqueEventHelper.cs
- ModelItemCollection.cs
- WebPartTransformerAttribute.cs
- LoginView.cs
- SymmetricKeyWrap.cs
- DateTimeHelper.cs
- DynamicRouteExpression.cs
- Connector.xaml.cs
- CheckBoxAutomationPeer.cs
- ToolStripControlHost.cs
- RectangleHotSpot.cs
- TrackingProfile.cs
- WeakEventManager.cs
- EventLogEntryCollection.cs