2 instantiations of StreamingOutputCallResponse
InteropClient (2)
artifacts\obj\InteropClient\Release\net10.0\Messages.cs (2)
2635
private static readonly pb::MessageParser<StreamingOutputCallResponse> _parser = new pb::MessageParser<StreamingOutputCallResponse>(() => new
StreamingOutputCallResponse
());
2671
return new
StreamingOutputCallResponse
(this);
25 references to StreamingOutputCallResponse
InteropClient (25)
artifacts\obj\InteropClient\Release\net10.0\Messages.cs (11)
69
new pbr::GeneratedClrTypeInfo(typeof(global::Grpc.Testing.
StreamingOutputCallResponse
), global::Grpc.Testing.
StreamingOutputCallResponse
.Parser, new[]{ "Payload" }, null, null, null, null),
2630
public sealed partial class StreamingOutputCallResponse : pb::IMessage<
StreamingOutputCallResponse
>
2635
private static readonly pb::MessageParser<
StreamingOutputCallResponse
> _parser = new pb::MessageParser<
StreamingOutputCallResponse
>(() => new StreamingOutputCallResponse());
2639
public static pb::MessageParser<
StreamingOutputCallResponse
> Parser { get { return _parser; } }
2663
public StreamingOutputCallResponse(
StreamingOutputCallResponse
other) : this() {
2670
public
StreamingOutputCallResponse
Clone() {
2692
return Equals(other as
StreamingOutputCallResponse
);
2697
public bool Equals(
StreamingOutputCallResponse
other) {
2770
public void MergeFrom(
StreamingOutputCallResponse
other) {
artifacts\obj\InteropClient\Release\net10.0\TestGrpc.cs (14)
79
static readonly grpc::Marshaller<global::Grpc.Testing.
StreamingOutputCallResponse
> __Marshaller_grpc_testing_StreamingOutputCallResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Grpc.Testing.
StreamingOutputCallResponse
.Parser));
110
static readonly grpc::Method<global::Grpc.Testing.StreamingOutputCallRequest, global::Grpc.Testing.
StreamingOutputCallResponse
> __Method_StreamingOutputCall = new grpc::Method<global::Grpc.Testing.StreamingOutputCallRequest, global::Grpc.Testing.
StreamingOutputCallResponse
>(
126
static readonly grpc::Method<global::Grpc.Testing.StreamingOutputCallRequest, global::Grpc.Testing.
StreamingOutputCallResponse
> __Method_FullDuplexCall = new grpc::Method<global::Grpc.Testing.StreamingOutputCallRequest, global::Grpc.Testing.
StreamingOutputCallResponse
>(
134
static readonly grpc::Method<global::Grpc.Testing.StreamingOutputCallRequest, global::Grpc.Testing.
StreamingOutputCallResponse
> __Method_HalfDuplexCall = new grpc::Method<global::Grpc.Testing.StreamingOutputCallRequest, global::Grpc.Testing.
StreamingOutputCallResponse
>(
344
public virtual grpc::AsyncServerStreamingCall<global::Grpc.Testing.
StreamingOutputCallResponse
> StreamingOutputCall(global::Grpc.Testing.StreamingOutputCallRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
356
public virtual grpc::AsyncServerStreamingCall<global::Grpc.Testing.
StreamingOutputCallResponse
> StreamingOutputCall(global::Grpc.Testing.StreamingOutputCallRequest request, grpc::CallOptions options)
394
public virtual grpc::AsyncDuplexStreamingCall<global::Grpc.Testing.StreamingOutputCallRequest, global::Grpc.Testing.
StreamingOutputCallResponse
> FullDuplexCall(grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
406
public virtual grpc::AsyncDuplexStreamingCall<global::Grpc.Testing.StreamingOutputCallRequest, global::Grpc.Testing.
StreamingOutputCallResponse
> FullDuplexCall(grpc::CallOptions options)
421
public virtual grpc::AsyncDuplexStreamingCall<global::Grpc.Testing.StreamingOutputCallRequest, global::Grpc.Testing.
StreamingOutputCallResponse
> HalfDuplexCall(grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
434
public virtual grpc::AsyncDuplexStreamingCall<global::Grpc.Testing.StreamingOutputCallRequest, global::Grpc.Testing.
StreamingOutputCallResponse
> HalfDuplexCall(grpc::CallOptions options)