/// <summary>Returns the channel data for the channel that the current sink is associated with.</summary>
 /// <param name="channelData">An IChannelDataStore object in which the channel data is to be returned.</param>
 public void GetChannelData(System.Runtime.Remoting.Channels.IChannelDataStore channelData)
 {
     // Do nothing.  No channel specific data.
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Ruft Einstellungen des zu Grunde liegenden Kanals ab.
 /// </summary>
 /// <param name="channelData">Kanal-Einstellungen</param>
 public void GetChannelData(System.Runtime.Remoting.Channels.IChannelDataStore channelData)
 {
     // Nichts tun, wenn keine bestimmten Kanal-Einstellungen ausgewertet werden müsen
 }
 public void GetChannelData(System.Runtime.Remoting.Channels.IChannelDataStore channelData)
 {
 }
Ejemplo n.º 4
0
 /// <summary>
 /// Returns the channel data for the channel that the current sink is associated with.
 /// </summary>
 /// <param name="channelData">A <see cref="T:System.Runtime.Remoting.Channels.IChannelDataStore" /> object in which the channel data is to be returned.</param>
 public void GetChannelData(System.Runtime.Remoting.Channels.IChannelDataStore channelData)
 {
     // we don't use channel data
 }