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