3 instantiations of StreamingInputCallResponse
InteropWebsite (3)
artifacts\obj\InteropWebsite\Release\net10.0\Messages.cs (2)
1824private static readonly pb::MessageParser<StreamingInputCallResponse> _parser = new pb::MessageParser<StreamingInputCallResponse>(() => new StreamingInputCallResponse()); 1860return new StreamingInputCallResponse(this);
TestServiceImpl.cs (1)
71return new StreamingInputCallResponse { AggregatedPayloadSize = sum };
18 references to StreamingInputCallResponse
InteropWebsite (18)
artifacts\obj\InteropWebsite\Release\net10.0\Messages.cs (11)
66new pbr::GeneratedClrTypeInfo(typeof(global::Grpc.Testing.StreamingInputCallResponse), global::Grpc.Testing.StreamingInputCallResponse.Parser, new[]{ "AggregatedPayloadSize" }, null, null, null, null), 1819public sealed partial class StreamingInputCallResponse : pb::IMessage<StreamingInputCallResponse> 1824private static readonly pb::MessageParser<StreamingInputCallResponse> _parser = new pb::MessageParser<StreamingInputCallResponse>(() => new StreamingInputCallResponse()); 1828public static pb::MessageParser<StreamingInputCallResponse> Parser { get { return _parser; } } 1852public StreamingInputCallResponse(StreamingInputCallResponse other) : this() { 1859public StreamingInputCallResponse Clone() { 1881return Equals(other as StreamingInputCallResponse); 1886public bool Equals(StreamingInputCallResponse other) { 1959public void MergeFrom(StreamingInputCallResponse other) {
artifacts\obj\InteropWebsite\Release\net10.0\TestGrpc.cs (6)
83static readonly grpc::Marshaller<global::Grpc.Testing.StreamingInputCallResponse> __Marshaller_grpc_testing_StreamingInputCallResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Grpc.Testing.StreamingInputCallResponse.Parser)); 118static readonly grpc::Method<global::Grpc.Testing.StreamingInputCallRequest, global::Grpc.Testing.StreamingInputCallResponse> __Method_StreamingInputCall = new grpc::Method<global::Grpc.Testing.StreamingInputCallRequest, global::Grpc.Testing.StreamingInputCallResponse>( 219public virtual global::System.Threading.Tasks.Task<global::Grpc.Testing.StreamingInputCallResponse> StreamingInputCall(grpc::IAsyncStreamReader<global::Grpc.Testing.StreamingInputCallRequest> requestStream, grpc::ServerCallContext context) 297serviceBinder.AddMethod(__Method_StreamingInputCall, serviceImpl == null ? null : new grpc::ClientStreamingServerMethod<global::Grpc.Testing.StreamingInputCallRequest, global::Grpc.Testing.StreamingInputCallResponse>(serviceImpl.StreamingInputCall));
TestServiceImpl.cs (1)
59public override async Task<StreamingInputCallResponse> StreamingInputCall(IAsyncStreamReader<StreamingInputCallRequest> requestStream, ServerCallContext context)