SoapOutputChannel Constructor
Initializes a new instance of the SoapOutputChannel class with the specified endpoint.
Namespace: Microsoft.Web.Services3.Messaging
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim endpoint As EndpointReference
Dim soapOutputChannel1 As New SoapOutputChannel(endpoint)
Syntax
'Declaration
Protected Sub New( _
ByVal endpoint As EndpointReference _
)
protected SoapOutputChannel(
EndpointReference endpoint
);
protected:
SoapOutputChannel(
EndpointReference^ endpoint
);
protected SoapOutputChannel(
EndpointReference endpoint
);
protected function SoapOutputChannel(
endpoint : EndpointReference
);
Parameters
- endpoint
An EndpointReference that represents the target endpoint for the channel.
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
SoapOutputChannel Class
SoapOutputChannel Members
Microsoft.Web.Services3.Messaging Namespace