Condividi tramite


SoapInputChannel Constructor

Initializes a new instance of the SoapInputChannel class with the specified target endpoint.

Namespace: Microsoft.Web.Services3.Messaging
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim endpoint As EndpointReference
Dim soapInputChannel1 As New SoapInputChannel(endpoint)

Syntax

'Declaration
Protected Sub New( _
    ByVal endpoint As EndpointReference _
)
protected SoapInputChannel(
    EndpointReference endpoint
);
protected:
SoapInputChannel(
    EndpointReference^ endpoint
);
protected SoapInputChannel(
    EndpointReference endpoint
);
protected function SoapInputChannel(
     endpoint : EndpointReference
);

Parameters

Exceptions

Exception type Condition
ArgumentNullException

endpoint 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

SoapInputChannel Class
SoapInputChannel Members
Microsoft.Web.Services3.Messaging Namespace