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
- Dynamic.cs
- BuiltInExpr.cs
- LinearGradientBrush.cs
- HelloOperationAsyncResult.cs
- NoneExcludedImageIndexConverter.cs
- HttpModulesSection.cs
- TextRenderer.cs
- UserNameSecurityTokenParameters.cs
- SoapSchemaExporter.cs
- RenameRuleObjectDialog.Designer.cs
- HorizontalAlignConverter.cs
- SecurityDocument.cs
- validation.cs
- Block.cs
- HybridDictionary.cs
- ChildrenQuery.cs
- MaterializeFromAtom.cs
- EditorPartChrome.cs
- EdgeProfileValidation.cs
- ModelFunctionTypeElement.cs
- CacheForPrimitiveTypes.cs
- SocketElement.cs
- ADMembershipUser.cs
- RowUpdatingEventArgs.cs
- ConfigurationValidatorAttribute.cs
- RawContentTypeMapper.cs
- ChildDocumentBlock.cs
- AdornerLayer.cs
- TabletDevice.cs
- HasActivatableWorkflowEvent.cs
- FlowDocumentPage.cs
- DoubleAnimationClockResource.cs
- SevenBitStream.cs
- PathSegmentCollection.cs
- StreamWithDictionary.cs
- KeyGestureConverter.cs
- MetadataItemEmitter.cs
- Line.cs
- AssemblyGen.cs
- EventLogPermission.cs
- Soap.cs
- ContainerActivationHelper.cs
- XmlReader.cs
- DocumentOrderQuery.cs
- SynchronizedDispatch.cs
- PreloadedPackages.cs
- CultureInfo.cs
- Tile.cs
- ChineseLunisolarCalendar.cs
- MobileControlPersister.cs
- RowToParametersTransformer.cs
- DateTime.cs
- DataPagerFieldCollection.cs
- XmlWellformedWriter.cs
- ClientTargetCollection.cs
- StorageEndPropertyMapping.cs
- PointAnimation.cs
- StringSource.cs
- MetadataArtifactLoaderFile.cs
- ModifierKeysValueSerializer.cs
- StatusBar.cs
- Collection.cs
- FrugalList.cs
- IndividualDeviceConfig.cs
- SafeWaitHandle.cs
- RSACryptoServiceProvider.cs
- MenuItem.cs
- TdsParser.cs
- XmlSchemaChoice.cs
- LogicalCallContext.cs
- TextTreeTextBlock.cs
- UnsafeNativeMethods.cs
- Figure.cs
- DbMetaDataColumnNames.cs
- NativeWindow.cs
- Simplifier.cs
- CriticalExceptions.cs
- TreeNodeCollectionEditor.cs
- QueryPrefixOp.cs
- SystemUdpStatistics.cs
- storepermissionattribute.cs
- CapabilitiesUse.cs
- IdentifierService.cs
- ComEventsMethod.cs
- ProxyWebPart.cs
- XmlSequenceWriter.cs
- SerializationUtilities.cs
- ErrorRuntimeConfig.cs
- ImageClickEventArgs.cs
- LocatorBase.cs
- CacheModeConverter.cs
- DataBoundControl.cs
- TextElement.cs
- BuildDependencySet.cs
- SystemIcmpV6Statistics.cs
- LineProperties.cs
- XmlSerializableServices.cs
- MessageDroppedTraceRecord.cs
- Subtree.cs
- SuppressMergeCheckAttribute.cs