System.Web.Services.Protocols.SoapServerMessage.Server Property

Gets the instance of the class handling the method invocation on the Web server.

Syntax

public object Server { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The SoapServerMessage.Server property is an instance of the class implementing the XML Web service. If a SOAP extension knew ahead of time the type of the class, it could cast SoapServerMessage.Server to that type and access properties and methods of the class implementing the XML Web service. The SoapServerMessage.Server property can be accessed during SoapMessageStage.AfterDeserialize or SoapMessageStage.BeforeSerialize.

Requirements

Namespace: System.Web.Services.Protocols
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0