WebServiceReceiver Constructor (Type)
Initializes a new instance of the WebServiceReceiver class.
Namespace: Microsoft.Web.Services3.Messaging
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim type As Type
Dim webServiceReceiver1 As New WebServiceReceiver(type)
Syntax
'Declaration
Public Sub New( _
ByVal type As Type _
)
public WebServiceReceiver(
Type type
);
public:
WebServiceReceiver(
Type^ type
);
public WebServiceReceiver(
Type type
);
public function WebServiceReceiver(
type : Type
);
Parameters
- type
The type of ASP.NET Web service to host.
Exceptions
Exception type | Condition |
---|---|
ArgumentNullException | type is null. |
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