Grpc.Net.Client.Balancer.Internal.StreamWrapper sealed class StreamWrapper : Stream Documentation Code namespace Grpc.Net.Client.Balancer.Internal { internal sealed class StreamWrapper : Stream { public StreamWrapper(Stream inner, Action<Stream> onDispose, List<ReadOnlyMemory<byte>> initialSocketData); } }