System.Runtime.Remoting.Channels.Tcp.TcpServerChannel Members

The members of System.Runtime.Remoting.Channels.Tcp.TcpServerChannel are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Runtime.Remoting.Channels.Tcp.TcpServerChannel class that listens on the specified port.

Initializes a new instance of the System.Runtime.Remoting.Channels.Tcp.TcpServerChannel class with the specified channel properties and sink.

Initializes a new instance of the System.Runtime.Remoting.Channels.Tcp.TcpServerChannel class with the given name and that listens on the specified port.

Initializes a new instance of the System.Runtime.Remoting.Channels.Tcp.TcpServerChannel class with the given name, which listens on the specified port, and uses the specified sink.

Public Properties

[read-only]
ChannelDataobject.

Gets channel-specific data.

[read-only]
ChannelNamestring.

Gets the name of the current channel.

[read-only]
ChannelPriorityint.

Gets the priority of the current channel.

Public Methods

GetChannelUri() : string

Returns the URI of the current channel.

GetUrlsForUri(string) : string[]

Returns an array of all the URLs for an object with the specified URI, hosted on the current System.Runtime.Remoting.Channels.Tcp.TcpChannel instance.

Parse(string, out string) : string
Documentation for this section has not yet been entered.
StartListening(object)

Instructs the current channel to start listening for requests.

StopListening(object)

Instructs the current channel to stop listening for requests.