12 instantiations of StreamingOutputCallRequest
InteropClient (12)
artifacts\obj\InteropClient\Release\net10.0\Messages.cs (2)
2309
private static readonly pb::MessageParser<StreamingOutputCallRequest> _parser = new pb::MessageParser<StreamingOutputCallRequest>(() => new
StreamingOutputCallRequest
());
2348
return new
StreamingOutputCallRequest
(this);
InteropClient.cs (10)
329
var request = new
StreamingOutputCallRequest
348
await call.RequestStream.WriteAsync(new
StreamingOutputCallRequest
357
await call.RequestStream.WriteAsync(new
StreamingOutputCallRequest
366
await call.RequestStream.WriteAsync(new
StreamingOutputCallRequest
375
await call.RequestStream.WriteAsync(new
StreamingOutputCallRequest
507
await call.RequestStream.WriteAsync(new
StreamingOutputCallRequest
541
await call.RequestStream.WriteAsync(new
StreamingOutputCallRequest
{ Payload = CreateZerosPayload(27182) });
588
var request = new
StreamingOutputCallRequest
630
var request = new
StreamingOutputCallRequest
{ ResponseStatus = echoStatus };
825
var request = new
StreamingOutputCallRequest
29 references to StreamingOutputCallRequest
InteropClient (29)
artifacts\obj\InteropClient\Release\net10.0\Messages.cs (11)
68
new pbr::GeneratedClrTypeInfo(typeof(global::Grpc.Testing.
StreamingOutputCallRequest
), global::Grpc.Testing.
StreamingOutputCallRequest
.Parser, new[]{ "ResponseType", "ResponseParameters", "Payload", "ResponseStatus" }, null, null, null, null),
2304
public sealed partial class StreamingOutputCallRequest : pb::IMessage<
StreamingOutputCallRequest
>
2309
private static readonly pb::MessageParser<
StreamingOutputCallRequest
> _parser = new pb::MessageParser<
StreamingOutputCallRequest
>(() => new StreamingOutputCallRequest());
2313
public static pb::MessageParser<
StreamingOutputCallRequest
> Parser { get { return _parser; } }
2337
public StreamingOutputCallRequest(
StreamingOutputCallRequest
other) : this() {
2347
public
StreamingOutputCallRequest
Clone() {
2416
return Equals(other as
StreamingOutputCallRequest
);
2421
public bool Equals(
StreamingOutputCallRequest
other) {
2525
public void MergeFrom(
StreamingOutputCallRequest
other) {
artifacts\obj\InteropClient\Release\net10.0\TestGrpc.cs (14)
77
static readonly grpc::Marshaller<global::Grpc.Testing.
StreamingOutputCallRequest
> __Marshaller_grpc_testing_StreamingOutputCallRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Grpc.Testing.
StreamingOutputCallRequest
.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)
InteropClient.cs (4)
329
var
request = new StreamingOutputCallRequest
588
var
request = new StreamingOutputCallRequest
630
var
request = new StreamingOutputCallRequest { ResponseStatus = echoStatus };
825
var
request = new StreamingOutputCallRequest