namespace RemoteFrameBuffer.Client { public interface IRemoteFrameBufferClientStreamProvider { public Stream GetRemoteFrameBufferClientStream(); } }