Beispiel #1
0
 public void AsyncProcessResponse(System.Runtime.Remoting.Channels.IClientResponseChannelSinkStack sinkStack, object state, System.Runtime.Remoting.Channels.ITransportHeaders headers, System.IO.Stream stream)
 {
     throw new NotSupportedException(); // this should not be called, because this sink is the first in the chain, receiving the response
 }
Beispiel #2
0
 public void AsyncProcessResponse(System.Runtime.Remoting.Channels.IClientResponseChannelSinkStack sinkStack, object state, System.Runtime.Remoting.Channels.ITransportHeaders headers, System.IO.Stream stream)
 {
     // not needed in a transport sink!
     throw new NotSupportedException();
 }