2 instantiations of ReconnectParams
InteropClient (2)
artifacts\obj\InteropClient\Release\net10.0\Messages.cs (2)
2841private static readonly pb::MessageParser<ReconnectParams> _parser = new pb::MessageParser<ReconnectParams>(() => new ReconnectParams()); 2877return new ReconnectParams(this);
19 references to ReconnectParams
InteropClient (19)
artifacts\obj\InteropClient\Release\net10.0\Messages.cs (11)
70new pbr::GeneratedClrTypeInfo(typeof(global::Grpc.Testing.ReconnectParams), global::Grpc.Testing.ReconnectParams.Parser, new[]{ "MaxReconnectBackoffMs" }, null, null, null, null), 2836public sealed partial class ReconnectParams : pb::IMessage<ReconnectParams> 2841private static readonly pb::MessageParser<ReconnectParams> _parser = new pb::MessageParser<ReconnectParams>(() => new ReconnectParams()); 2845public static pb::MessageParser<ReconnectParams> Parser { get { return _parser; } } 2869public ReconnectParams(ReconnectParams other) : this() { 2876public ReconnectParams Clone() { 2895return Equals(other as ReconnectParams); 2900public bool Equals(ReconnectParams other) { 2973public void MergeFrom(ReconnectParams other) {
artifacts\obj\InteropClient\Release\net10.0\TestGrpc.cs (8)
682static readonly grpc::Marshaller<global::Grpc.Testing.ReconnectParams> __Marshaller_grpc_testing_ReconnectParams = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Grpc.Testing.ReconnectParams.Parser)); 689static readonly grpc::Method<global::Grpc.Testing.ReconnectParams, global::Grpc.Testing.Empty> __Method_Start = new grpc::Method<global::Grpc.Testing.ReconnectParams, global::Grpc.Testing.Empty>( 738public virtual global::Grpc.Testing.Empty Start(global::Grpc.Testing.ReconnectParams request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 743public virtual global::Grpc.Testing.Empty Start(global::Grpc.Testing.ReconnectParams request, grpc::CallOptions options) 748public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.Empty> StartAsync(global::Grpc.Testing.ReconnectParams request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 753public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.Empty> StartAsync(global::Grpc.Testing.ReconnectParams request, grpc::CallOptions options)