4 references to StreamingOutputCallResponse
InteropWebsite (4)
artifacts\obj\InteropWebsite\Release\net10.0\Messages.cs (2)
2635private static readonly pb::MessageParser<StreamingOutputCallResponse> _parser = new pb::MessageParser<StreamingOutputCallResponse>(() => new StreamingOutputCallResponse()); 2663public StreamingOutputCallResponse(StreamingOutputCallResponse other) : this() {
TestServiceImpl.cs (2)
54var response = new StreamingOutputCallResponse { Payload = CreateZerosPayload(responseParam.Size) }; 83var response = new StreamingOutputCallResponse { Payload = CreateZerosPayload(responseParam.Size) };