Miner.Responder.Shared.Channels.Tcp Namespace > TcpChannel Class > TcpChannel Constructor : TcpChannel Constructor(IDictionary,IClientChannelSinkProvider,IServerChannelSinkProvider) |
'Declaration
Public Function New( _ ByVal properties As System.Collections.IDictionary, _ ByVal clientSinkProvider As System.Runtime.Remoting.Channels.IClientChannelSinkProvider, _ ByVal serverSinkProvider As System.Runtime.Remoting.Channels.IServerChannelSinkProvider _ )
'Usage
Dim properties As System.Collections.IDictionary Dim clientSinkProvider As System.Runtime.Remoting.Channels.IClientChannelSinkProvider Dim serverSinkProvider As System.Runtime.Remoting.Channels.IServerChannelSinkProvider Dim instance As New TcpChannel(properties, clientSinkProvider, serverSinkProvider)
public TcpChannel( System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IClientChannelSinkProvider clientSinkProvider, System.Runtime.Remoting.Channels.IServerChannelSinkProvider serverSinkProvider )
public TcpChannel( properties: System.Collections.IDictionary; clientSinkProvider: System.Runtime.Remoting.Channels.IClientChannelSinkProvider; serverSinkProvider: System.Runtime.Remoting.Channels.IServerChannelSinkProvider );
public function TcpChannel( properties : System.Collections.IDictionary, clientSinkProvider : System.Runtime.Remoting.Channels.IClientChannelSinkProvider, serverSinkProvider : System.Runtime.Remoting.Channels.IServerChannelSinkProvider );
public: TcpChannel( System.Collections.IDictionary* properties, System.Runtime.Remoting.Channels.IClientChannelSinkProvider* clientSinkProvider, System.Runtime.Remoting.Channels.IServerChannelSinkProvider* serverSinkProvider )
public: TcpChannel( System.Collections.IDictionary^ properties, System.Runtime.Remoting.Channels.IClientChannelSinkProvider^ clientSinkProvider, System.Runtime.Remoting.Channels.IServerChannelSinkProvider^ serverSinkProvider )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2