Returns the channel data for the channel that the current sink is associated with. Compression sink doesn't have any specific data.
Declaring type: CompressionServerChannelSinkProvider
Namespace: Zyan.Communication.ChannelSinks.Compression
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public void GetChannelData (
        IChannelDataStore channelData
) 
Parameters
channelData
A System.Runtime.Remoting.Channels.IChannelDataStore object in which the channel data is to be returned.
Collapse/Expand Exceptions
Exception type Condition
SecurityException The immediate caller does not have infrastructure permission.