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
- ProgressBarHighlightConverter.cs
- PeerResolverMode.cs
- TreeNodeCollection.cs
- OLEDB_Enum.cs
- WebException.cs
- NegotiationTokenAuthenticator.cs
- TraceRecord.cs
- MediaContextNotificationWindow.cs
- PointUtil.cs
- HorizontalAlignConverter.cs
- ConfigurationValue.cs
- CodeSnippetStatement.cs
- securitymgrsite.cs
- CheckBoxBaseAdapter.cs
- ControlPropertyNameConverter.cs
- PriorityRange.cs
- SubMenuStyle.cs
- Internal.cs
- WebCategoryAttribute.cs
- IpcServerChannel.cs
- WindowsUpDown.cs
- PageContentCollection.cs
- XamlPoint3DCollectionSerializer.cs
- EventLogPermissionEntryCollection.cs
- CodeBinaryOperatorExpression.cs
- XmlSchemaAttributeGroupRef.cs
- ConnectionPointCookie.cs
- StatusBar.cs
- MissingMethodException.cs
- IChannel.cs
- _ConnectStream.cs
- Page.cs
- CurrentChangingEventArgs.cs
- ObjectIDGenerator.cs
- SelfSignedCertificate.cs
- RawAppCommandInputReport.cs
- CopyAttributesAction.cs
- ActivityExecutionContextCollection.cs
- DecoderReplacementFallback.cs
- PassportAuthentication.cs
- AlternateViewCollection.cs
- SystemIPGlobalProperties.cs
- NumberFormatInfo.cs
- ApplicationGesture.cs
- OleDbPermission.cs
- EpmCustomContentDeSerializer.cs
- StringValueConverter.cs
- IDispatchConstantAttribute.cs
- EncoderParameter.cs
- TargetConverter.cs
- SqlDataReaderSmi.cs
- EncryptedPackageFilter.cs
- TextSegment.cs
- ManagementEventArgs.cs
- SqlProvider.cs
- NotifyCollectionChangedEventArgs.cs
- Rect.cs
- DataContractSet.cs
- NativeMethodsCLR.cs
- DropTarget.cs
- Stream.cs
- ListBase.cs
- BinaryMethodMessage.cs
- PassportAuthenticationModule.cs
- PageParser.cs
- OracleConnectionString.cs
- InputLanguageCollection.cs
- CompoundFileDeflateTransform.cs
- DataMemberConverter.cs
- UInt64Storage.cs
- TreeWalkHelper.cs
- MSHTMLHost.cs
- VirtualPathProvider.cs
- QueryResponse.cs
- WebPartConnection.cs
- CompareValidator.cs
- IISUnsafeMethods.cs
- MediaPlayer.cs
- ForeignKeyConstraint.cs
- LocatorPartList.cs
- PointUtil.cs
- ContentPlaceHolder.cs
- HttpClientCertificate.cs
- RemotingAttributes.cs
- PropertyKey.cs
- BitmapEffect.cs
- DataGridAddNewRow.cs
- CssStyleCollection.cs
- XhtmlStyleClass.cs
- StreamingContext.cs
- DesignOnlyAttribute.cs
- ThreadExceptionDialog.cs
- documentsequencetextcontainer.cs
- SqlBuilder.cs
- Processor.cs
- DataGridCellsPanel.cs
- TimeIntervalCollection.cs
- GPRECTF.cs
- EmptyQuery.cs
- UnsafeNativeMethodsCLR.cs