SoapTcpInputChannel Constructor
Initializes a new instance of the SoapTcpInputChannel class with the specified endpoint and transport.
Namespace: Microsoft.Web.Services2.Messaging
Assembly: Microsoft.Web.Services2 (in microsoft.web.services2.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
- endpoint
An EndpointReference that represents the target endpoint for the channel.
- transport
A SoapTcpTransport that represents the transport for the channel.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000
Target Platforms
Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server, Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, Pocket PC, Windows CE, Smart Phone
See Also
Reference
SoapTcpInputChannel Class
Microsoft.Web.Services2.Messaging Namespace