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