| 
        public interface IContributeServerContextSink
       | 
The Server Context Chain is composed from those properties in the server context that implement the IContributeServerContextSink interface and which contribute a sink by using the IContributeServerContextSink.GetServerContextSink method call. Serialization is an example of such a context property, that is in this case the message sink would involve taking a synchronization primitive lock before processing a call further.
| GetServerContextSink | Takes the first sink in the chain of sinks composed so far, chains its message sink in front of the chain formed. | 
| 
            IMessageSink GetServerContextSink( | 
nextSink