SoapServerMessage

SoapServerMessage

System.Web.Services.Protocols (system.web.services.dll)sealed class

This class represents a SOAP request sent by a web service or SOAP response received by a web service. It inherits from the SoapMessage class, which contains most of the functionality for SOAP messages.

public sealed class SoapServerMessage : SoapMessage { // Public Instance Properties    public override string Action{get; }             // overrides SoapMessage    public override LogicalMethodInfo MethodInfo{get; }           // overrides SoapMessage    public override bool OneWay{get; }               // overrides SoapMessage    public object Server{get; }    public override string Url{get; }                // overrides SoapMessage // Protected Instance Methods    protected override void EnsureInStage( );         // overrides SoapMessage    protected override void EnsureOutStage( );        // overrides SoapMessage }

Hierarchy

System.Object SoapMessage SoapServerMessage



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net