TcpServerChannel Constructor (String, Int32)
Initializes a new instance of the TcpServerChannel class with the given name and that listens on the specified port.
Assembly: System.Runtime.Remoting (in System.Runtime.Remoting.dll)
Parameters
- name
- Type: System.String
The name of the channel.
- port
- Type: System.Int32
The port on which the channel listens.
This constructor sets the ChannelName property by using the name parameter. If you want to register more than one channel, each channel must have a unique name.
To request that an available port be dynamically assigned, set the port parameter to 0 (zero).
The following code example shows how to construct a TcpServerChannel.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.