
SoapClientMessage | 615
Protocols
Namespace
This is the Title of the Book, eMatter Edition
Copyright © 2008 O’Reilly & Associates, Inc. All rights reserved.
Hierarchy
System.Object ➝ MimeFormatter ➝ MimeReturnReader
Subclasses
AnyReturnReader, NopReturnReader, TextReturnReader, XmlReturnReader
NopReturnReader
System.Web.Services.Protocols (system.web.services.dll)
class
This class supports the .NET Framework infrastructure. You do not need to use it
directly in your code.
Hierarchy
System.Object ➝ MimeFormatter ➝ MimeReturnReader ➝ NopReturnReader
PatternMatcher
System.Web.Services.Protocols (system.web.services.dll)
sealed class
This class supports the .NET Framework infrastructure. You do not need to use it
directly in your code.
SoapClientMessage
System.Web.Services.Protocols (system.web.services.dll)
sealed class
This class represents a SOAP request sent by a proxy client or SOAP response received
by a proxy client. It inherits from SoapMessage, which defines most of the functionality
used for SOAP messages.
public class NopReturnReader : MimeReturnReader {
// Public Constructors
public NopReturnReader();
// Public Instance Methods
public override object GetInitializer(LogicalMethodInfo methodInfo); // overrides MimeFormatter
public override void Initialize( object initializer); // overrides MimeFormatter
public override object Read(System.Net.WebResponse response,
System.IO.Stream responseStream ...