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

Inheritance: IChannelDataStore
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
ChannelDataStore ( String channelURIs ) : System.Collections
this ( Object key ) : Object

Private Methods

Method Description
ChannelDataStore ( String channelUrls, DictionaryEntry extraData ) : System.Collections
InternalShallowCopy ( ) : ChannelDataStore

Method Details

ChannelDataStore() public method

public ChannelDataStore ( String channelURIs ) : System.Collections
channelURIs String
return System.Collections

this() public method

public this ( Object key ) : Object
key Object
return Object