12 instantiations of StreamingOutputCallRequest
InteropClient (12)
artifacts\obj\InteropClient\Release\net10.0\Messages.cs (2)
2309private static readonly pb::MessageParser<StreamingOutputCallRequest> _parser = new pb::MessageParser<StreamingOutputCallRequest>(() => new StreamingOutputCallRequest()); 2348return new StreamingOutputCallRequest(this);
InteropClient.cs (10)
329var request = new StreamingOutputCallRequest 348await call.RequestStream.WriteAsync(new StreamingOutputCallRequest 357await call.RequestStream.WriteAsync(new StreamingOutputCallRequest 366await call.RequestStream.WriteAsync(new StreamingOutputCallRequest 375await call.RequestStream.WriteAsync(new StreamingOutputCallRequest 507await call.RequestStream.WriteAsync(new StreamingOutputCallRequest 541await call.RequestStream.WriteAsync(new StreamingOutputCallRequest { Payload = CreateZerosPayload(27182) }); 588var request = new StreamingOutputCallRequest 630var request = new StreamingOutputCallRequest { ResponseStatus = echoStatus }; 825var request = new StreamingOutputCallRequest
29 references to StreamingOutputCallRequest
InteropClient (29)
artifacts\obj\InteropClient\Release\net10.0\Messages.cs (11)
68new pbr::GeneratedClrTypeInfo(typeof(global::Grpc.Testing.StreamingOutputCallRequest), global::Grpc.Testing.StreamingOutputCallRequest.Parser, new[]{ "ResponseType", "ResponseParameters", "Payload", "ResponseStatus" }, null, null, null, null), 2304public sealed partial class StreamingOutputCallRequest : pb::IMessage<StreamingOutputCallRequest> 2309private static readonly pb::MessageParser<StreamingOutputCallRequest> _parser = new pb::MessageParser<StreamingOutputCallRequest>(() => new StreamingOutputCallRequest()); 2313public static pb::MessageParser<StreamingOutputCallRequest> Parser { get { return _parser; } } 2337public StreamingOutputCallRequest(StreamingOutputCallRequest other) : this() { 2347public StreamingOutputCallRequest Clone() { 2416return Equals(other as StreamingOutputCallRequest); 2421public bool Equals(StreamingOutputCallRequest other) { 2525public void MergeFrom(StreamingOutputCallRequest other) {
artifacts\obj\InteropClient\Release\net10.0\TestGrpc.cs (14)
77static 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)); 110static readonly grpc::Method<global::Grpc.Testing.StreamingOutputCallRequest, global::Grpc.Testing.StreamingOutputCallResponse> __Method_StreamingOutputCall = new grpc::Method<global::Grpc.Testing.StreamingOutputCallRequest, global::Grpc.Testing.StreamingOutputCallResponse>( 126static readonly grpc::Method<global::Grpc.Testing.StreamingOutputCallRequest, global::Grpc.Testing.StreamingOutputCallResponse> __Method_FullDuplexCall = new grpc::Method<global::Grpc.Testing.StreamingOutputCallRequest, global::Grpc.Testing.StreamingOutputCallResponse>( 134static readonly grpc::Method<global::Grpc.Testing.StreamingOutputCallRequest, global::Grpc.Testing.StreamingOutputCallResponse> __Method_HalfDuplexCall = new grpc::Method<global::Grpc.Testing.StreamingOutputCallRequest, global::Grpc.Testing.StreamingOutputCallResponse>( 344public 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)) 356public virtual grpc::AsyncServerStreamingCall<global::Grpc.Testing.StreamingOutputCallResponse> StreamingOutputCall(global::Grpc.Testing.StreamingOutputCallRequest request, grpc::CallOptions options) 394public 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)) 406public virtual grpc::AsyncDuplexStreamingCall<global::Grpc.Testing.StreamingOutputCallRequest, global::Grpc.Testing.StreamingOutputCallResponse> FullDuplexCall(grpc::CallOptions options) 421public 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)) 434public virtual grpc::AsyncDuplexStreamingCall<global::Grpc.Testing.StreamingOutputCallRequest, global::Grpc.Testing.StreamingOutputCallResponse> HalfDuplexCall(grpc::CallOptions options)
InteropClient.cs (4)
329var request = new StreamingOutputCallRequest 588var request = new StreamingOutputCallRequest 630var request = new StreamingOutputCallRequest { ResponseStatus = echoStatus }; 825var request = new StreamingOutputCallRequest