SoapTcpInputChannel Constructor

Initializes a new instance of the SoapTcpInputChannel class with the specified endpoint and transport.

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

Usage

'Usage
Dim endpoint As EndpointReference
Dim transport As SoapTcpTransport
Dim soapTcpInputChannel1 As New SoapTcpInputChannel(endpoint, transport)

Syntax

'Declaration
Protected Sub New( _
    ByVal endpoint As EndpointReference, _
    ByVal transport As SoapTcpTransport _
)
protected SoapTcpInputChannel(
    EndpointReference endpoint, 
    SoapTcpTransport transport
);
protected:
SoapTcpInputChannel(
    EndpointReference^ endpoint, 
    SoapTcpTransport^ transport
);
protected SoapTcpInputChannel(
    EndpointReference endpoint, 
    SoapTcpTransport transport
);
protected function SoapTcpInputChannel(
     endpoint : EndpointReference, 
     transport : SoapTcpTransport
);

Parameters

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

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