2 instantiations of StreamingInputCallResponse
InteropClient (2)
artifacts\obj\InteropClient\Release\net10.0\Messages.cs (2)
1824private static readonly pb::MessageParser<StreamingInputCallResponse> _parser = new pb::MessageParser<StreamingInputCallResponse>(() => new StreamingInputCallResponse()); 1860return new StreamingInputCallResponse(this);
19 references to StreamingInputCallResponse
InteropClient (19)
artifacts\obj\InteropClient\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\InteropClient\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>( 369public virtual grpc::AsyncClientStreamingCall<global::Grpc.Testing.StreamingInputCallRequest, global::Grpc.Testing.StreamingInputCallResponse> StreamingInputCall(grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 380public virtual grpc::AsyncClientStreamingCall<global::Grpc.Testing.StreamingInputCallRequest, global::Grpc.Testing.StreamingInputCallResponse> StreamingInputCall(grpc::CallOptions options)
InteropClient.cs (2)
317var response = await call.ResponseAsync; 784var response = await call.ResponseAsync;