Searched defs:proxied (Results 1 – 3 of 3) sorted by relevance
45 private readonly Stream proxied; field in Google.Protobuf.LimitedInputStream48 internal LimitedInputStream(Stream proxied, int size) in LimitedInputStream()
34 private OutputStream proxied; field in ProxyOutputStreamTest