Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / Web / System / Web / Services / Description / MimeReflector.cs / 1305376 / MimeReflector.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 abstract class MimeReflector { HttpProtocolReflector protocol; internal abstract bool ReflectParameters(); internal abstract bool ReflectReturn(); internal HttpProtocolReflector ReflectionContext { get { return protocol; } set { protocol = value; } } } } // 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; internal abstract class MimeReflector { HttpProtocolReflector protocol; internal abstract bool ReflectParameters(); internal abstract bool ReflectReturn(); internal HttpProtocolReflector ReflectionContext { get { return protocol; } set { protocol = value; } } } } // 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
- XmlExceptionHelper.cs
- XXXOnTypeBuilderInstantiation.cs
- ResourceExpressionBuilder.cs
- WebPartActionVerb.cs
- HtmlInputFile.cs
- DrawingAttributes.cs
- Vector3DKeyFrameCollection.cs
- HostElement.cs
- ImportedPolicyConversionContext.cs
- QueryResponse.cs
- ToolStripControlHost.cs
- ServiceDescriptionContext.cs
- BamlVersionHeader.cs
- SimpleLine.cs
- SecurityUniqueId.cs
- OleAutBinder.cs
- DrawingGroup.cs
- AspNetHostingPermission.cs
- DrawingContextFlattener.cs
- SqlBulkCopyColumnMappingCollection.cs
- _NestedMultipleAsyncResult.cs
- BoolExpr.cs
- SqlConnectionPoolGroupProviderInfo.cs
- MachineKey.cs
- AvtEvent.cs
- SkinIDTypeConverter.cs
- PermissionAttributes.cs
- Timer.cs
- GridViewSelectEventArgs.cs
- SiteMapPath.cs
- PropagatorResult.cs
- ResourceType.cs
- MatrixAnimationUsingPath.cs
- Button.cs
- ViewBox.cs
- ToolstripProfessionalRenderer.cs
- TransactedBatchingBehavior.cs
- keycontainerpermission.cs
- PostBackOptions.cs
- SystemDiagnosticsSection.cs
- Calendar.cs
- StylusPointCollection.cs
- StrongName.cs
- TreeViewCancelEvent.cs
- TextLine.cs
- XsltLoader.cs
- DBSqlParserTable.cs
- TypeSystem.cs
- WebPart.cs
- NamedPipeTransportSecurity.cs
- XMLSchema.cs
- HttpContext.cs
- ListViewItem.cs
- SchemaCollectionCompiler.cs
- RSAPKCS1KeyExchangeFormatter.cs
- securitycriticaldata.cs
- BamlTreeNode.cs
- Symbol.cs
- ContextMarshalException.cs
- TraceContext.cs
- StringValidator.cs
- DoubleUtil.cs
- HttpCookieCollection.cs
- DbParameterCollectionHelper.cs
- ComboBoxItem.cs
- FixedSOMImage.cs
- EventLogger.cs
- SynchronizationContext.cs
- SettingsAttributeDictionary.cs
- SqlDataSourceConfigureSortForm.cs
- ScrollViewerAutomationPeer.cs
- FileSystemEventArgs.cs
- NamespaceEmitter.cs
- IriParsingElement.cs
- MimeMultiPart.cs
- ToolStripEditorManager.cs
- HiddenFieldPageStatePersister.cs
- InkCanvasSelectionAdorner.cs
- ThemeableAttribute.cs
- JsonEnumDataContract.cs
- UserPreferenceChangingEventArgs.cs
- IgnorePropertiesAttribute.cs
- EpmTargetTree.cs
- EncodingDataItem.cs
- ToolStripCodeDomSerializer.cs
- PartitionedStream.cs
- EastAsianLunisolarCalendar.cs
- X509SecurityToken.cs
- MsmqAppDomainProtocolHandler.cs
- ValidationSummaryDesigner.cs
- TriState.cs
- CookieProtection.cs
- SystemShuttingDownException.cs
- TextSimpleMarkerProperties.cs
- SessionIDManager.cs
- TemplatedMailWebEventProvider.cs
- PolicyVersion.cs
- TextElementCollectionHelper.cs
- TextAnchor.cs
- CaseExpr.cs