Home | History | Annotate | Download | only in Grpc.IntegrationTesting

Lines Matching refs:UnimplementedCall

97         "UnimplementedCall",
206 public virtual global::System.Threading.Tasks.Task<global::Grpc.Testing.Empty> UnimplementedCall(global::Grpc.Testing.Empty request, grpc::ServerCallContext context)
481 public virtual global::Grpc.Testing.Empty UnimplementedCall(global::Grpc.Testing.Empty request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
483 return UnimplementedCall
492 public virtual global::Grpc.Testing.Empty UnimplementedCall(global::Grpc.Testing.Empty request, grpc::CallOptions options)
539 .AddMethod(__Method_UnimplementedCall, serviceImpl.UnimplementedCall).Build();
556 "UnimplementedCall",
575 public virtual global::System.Threading.Tasks.Task<global::Grpc.Testing.Empty> UnimplementedCall(global::Grpc.Testing.Empty request, grpc::ServerCallContext context)
613 public virtual global::Grpc.Testing.Empty UnimplementedCall(global::Grpc.Testing.Empty request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
615 return UnimplementedCall(request, new grpc::CallOptions(headers, deadline, cancellationToken));
623 public virtual global::Grpc.Testing.Empty UnimplementedCall(global::Grpc.Testing.Empty request, grpc::CallOptions options)
661 .AddMethod(__Method_UnimplementedCall, serviceImpl.UnimplementedCall).Build();