Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / Web / System / Web / Services / Protocols / AnyReturnReader.cs / 1305376 / AnyReturnReader.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Services.Protocols { using System.IO; using System; using System.Web.Services; using System.Net; ////// /// public class AnyReturnReader : MimeReturnReader { ///[To be supplied.] ////// /// public override void Initialize(object o) { } ///[To be supplied.] ////// /// public override object GetInitializer(LogicalMethodInfo methodInfo) { if (methodInfo.IsVoid) return null; return this; } ///[To be supplied.] ////// /// public override object Read(WebResponse response, Stream responseStream) { // caller needs to call close on the stream return responseStream; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Services.Protocols { using System.IO; using System; using System.Web.Services; using System.Net; ////// /// public class AnyReturnReader : MimeReturnReader { ///[To be supplied.] ////// /// public override void Initialize(object o) { } ///[To be supplied.] ////// /// public override object GetInitializer(LogicalMethodInfo methodInfo) { if (methodInfo.IsVoid) return null; return this; } ///[To be supplied.] ////// /// public override object Read(WebResponse response, Stream responseStream) { // caller needs to call close on the stream return responseStream; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ConfigXmlComment.cs
- XPathAxisIterator.cs
- HtmlToClrEventProxy.cs
- SafeReadContext.cs
- GenericEnumerator.cs
- TextBoxRenderer.cs
- TimeEnumHelper.cs
- EntityDataSourceWrapperCollection.cs
- DbExpressionRules.cs
- ClockGroup.cs
- DesignerVerbToolStripMenuItem.cs
- ServiceDocumentFormatter.cs
- CorruptingExceptionCommon.cs
- TableLayoutStyleCollection.cs
- MouseDevice.cs
- ListControlStringCollectionEditor.cs
- DrawingServices.cs
- StylusDownEventArgs.cs
- ConnectivityStatus.cs
- Parsers.cs
- TcpChannelHelper.cs
- OrderedDictionaryStateHelper.cs
- CellParagraph.cs
- AddingNewEventArgs.cs
- DBCSCodePageEncoding.cs
- StoragePropertyMapping.cs
- FigureParaClient.cs
- ScrollChrome.cs
- TextDecorationUnitValidation.cs
- Transform3D.cs
- ProjectionPlanCompiler.cs
- Visual3D.cs
- XsdCachingReader.cs
- ControlEvent.cs
- MenuCommands.cs
- HtmlTitle.cs
- ValidationRuleCollection.cs
- IHttpResponseInternal.cs
- WSDualHttpBindingElement.cs
- BitmapPalette.cs
- BindableAttribute.cs
- StateDesigner.CommentLayoutGlyph.cs
- ListViewItemMouseHoverEvent.cs
- RemoteHelper.cs
- MouseEventArgs.cs
- MILUtilities.cs
- OciEnlistContext.cs
- LocalizabilityAttribute.cs
- AnimationStorage.cs
- ArraySortHelper.cs
- PropertyValueUIItem.cs
- CorrelationToken.cs
- CookieParameter.cs
- RoutedEventArgs.cs
- ImageCollectionEditor.cs
- UIElement3DAutomationPeer.cs
- SEHException.cs
- ScrollContentPresenter.cs
- OrderByQueryOptionExpression.cs
- SqlExpander.cs
- Label.cs
- TypeReference.cs
- SqlReferenceCollection.cs
- FixedSOMTable.cs
- ItemsPanelTemplate.cs
- ListViewInsertionMark.cs
- HttpClientCredentialType.cs
- EventTask.cs
- ProviderConnectionPointCollection.cs
- GridViewDeleteEventArgs.cs
- CustomGrammar.cs
- IntAverageAggregationOperator.cs
- PageHandlerFactory.cs
- PeerResolver.cs
- InternalControlCollection.cs
- TransactionFlowElement.cs
- MarginCollapsingState.cs
- ExpressionNormalizer.cs
- MenuItem.cs
- GB18030Encoding.cs
- StorageComplexPropertyMapping.cs
- DynamicEntity.cs
- SerializableReadOnlyDictionary.cs
- ObjectDataSourceMethodEventArgs.cs
- SingleTagSectionHandler.cs
- PropertyInfo.cs
- BrowserCapabilitiesFactory.cs
- XPathNodeInfoAtom.cs
- MultiDataTrigger.cs
- SoapAttributeOverrides.cs
- PropertyExpression.cs
- DeflateInput.cs
- TextDecoration.cs
- ManagedFilter.cs
- ConcurrentBag.cs
- FontFamily.cs
- SqlException.cs
- ClientApiGenerator.cs
- Hashtable.cs
- StrokeDescriptor.cs