The members of System.Runtime.Remoting.Channels.Http.HttpChannel are listed below.
See Also: Inherited members from System.Runtime.Remoting.Channels.BaseChannelWithProperties
Initializes a new instance of the System.Runtime.Remoting.Channels.Http.HttpChannel class. | ||
Initializes a new instance of the System.Runtime.Remoting.Channels.Http.HttpChannel class with a server channel that listens on the specified port. | ||
Initializes a new instance of the System.Runtime.Remoting.Channels.Http.HttpChannel class with the specified configuration properties and sinks. |
| [read-only] | ChannelData | object.
Gets the channel-specific data. |
| [read-only] | ChannelName | string.
Gets the name of the current channel. |
| [read-only] | ChannelPriority | int.
Gets the priority of the current channel. |
| [read-only] | ChannelScheme | string.
Gets the type of listener to hook into (for example, "http"). |
| [read-only] | ChannelSinkChain | System.Runtime.Remoting.Channels.IServerChannelSink.
Gets the channel sink chain that the current channel is using. |
default property override | Item(object) | object. Documentation for this section has not yet been entered. |
| [read-only] override | Keys | ICollection.
Gets a ICollection of keys that the channel properties are associated with. |
| [read-only] override | Properties | IDictionary.
Gets a IDictionary of the channel properties associated with the current channel. |
| WantsToListen | bool.
Gets a Boolean value that indicates whether the current instance wants to be hooked into the outside listener service. |
AddHookChannelUri(string)
| ||
CreateMessageSink(string, object, out string)Documentation for this section has not yet been entered. | ||
GetUrlsForUri(string)
| ||
Parse(string, out string)Documentation for this section has not yet been entered. | ||
StartListening(object)
| ||
StopListening(object)
| ||