WebServiceReceiver.RequestDescription Method
Handles requests with a SOAP action of https://schemas.microsoft.com/wse/2003/06/RequestDescription.
Namespace: Microsoft.Web.Services3.Messaging
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Public Class webServiceReceiverImplementation
Inherits WebServiceReceiver
Protected Overrides Function RequestDescription()
MyBase.RequestDescription()
End Function
End Class
Syntax
'Declaration
Protected Function RequestDescription() As ServiceDescription
protected ServiceDescription RequestDescription();
protected:
ServiceDescription^ RequestDescription();
protected ServiceDescription RequestDescription();
protected function RequestDescription() : ServiceDescription;
Return Value
An instance of type ServiceDescription that represents the WSDL for this service.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
WebServiceReceiver Class
WebServiceReceiver Members
Microsoft.Web.Services3.Messaging Namespace