Creates a sink chain.
Declaring type: CompressionServerChannelSinkProvider
Namespace: Zyan.Communication.ChannelSinks.Compression
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public IServerChannelSink CreateSink (
        IChannelReceiver channel
) 
Parameters
channel
The channel for which to create the channel sink chain.
Return Value
The first sink of the newly formed channel sink chain, or null, which indicates that this provider will not or cannot provide a connection for this endpoint.
Collapse/Expand Exceptions
Exception type Condition
SecurityException The immediate caller does not have infrastructure permission.