Dim soapReceiver1 As New SoapReceiver()
MustInherit Public Class SoapReceiver Inherits SoapPort Implements IHttpHandler
public abstract class SoapReceiver : SoapPort, IHttpHandler
public ref class SoapReceiver abstract : SoapPort, IHttpHandler
public abstract class SoapReceiver extends SoapPort implements IHttpHandler
To receive messages using SoapReceiver, you must register it. This is done either by adding it to the SoapReceivers collection if the SOAP message is to be received via any protocol other than HTTP, or by adding an <transports> Element entry to a configuration file if the message is to be received via the HTTP protocol.