C# Class System.Runtime.Remoting.Channels.RegisteredChannelList

Mostrar archivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
FindChannelIndex int
FindChannelIndex int
GetChannel IChannel
IsReceiver bool
IsSender bool
RegisteredChannelList System
RegisteredChannelList System

Private Methods

Method Description
FindChannelIndex ( IChannel channel ) : int
FindChannelIndex ( String name ) : int
GetChannel ( int index ) : IChannel
IsReceiver ( int index ) : bool
IsSender ( int index ) : bool
RegisteredChannelList ( ) : System
RegisteredChannelList ( RegisteredChannel channels ) : System