Lines Matching refs:new
45 static readonly grpc::Method<global::Grpc.Testing.Empty, global::Grpc.Testing.Empty> __Method_EmptyCall = new grpc::Method<global::Grpc.Testing.Empty, global::Grpc.Testing.Empty>(
52 static readonly grpc::Method<global::Grpc.Testing.SimpleRequest, global::Grpc.Testing.SimpleResponse> __Method_UnaryCall = new grpc::Method<global::Grpc.Testing.SimpleRequest, global::Grpc.Testing.SimpleResponse>(
59 static readonly grpc::Method<global::Grpc.Testing.SimpleRequest, global::Grpc.Testing.SimpleResponse> __Method_CacheableUnaryCall = new grpc::Method<global::Grpc.Testing.SimpleRequest, global::Grpc.Testing.SimpleResponse>(
66 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>(
73 static readonly grpc::Method<global::Grpc.Testing.StreamingInputCallRequest, global::Grpc.Testing.StreamingInputCallResponse> __Method_StreamingInputCall = new grpc::Method<global::Grpc.Testing.StreamingInputCallRequest, global::Grpc.Testing.StreamingInputCallResponse>(
80 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>(
87 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>(
94 static readonly grpc::Method<global::Grpc.Testing.Empty, global::Grpc.Testing.Empty> __Method_UnimplementedCall = new grpc::Method<global::Grpc.Testing.Empty, global::Grpc.Testing.Empty>(
118 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
129 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
142 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
155 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
167 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
181 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
196 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
208 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
216 /// <summary>Creates a new client for TestService</summary>
221 /// <summary>Creates a new client for TestService that uses a custom <c>CallInvoker</c>.</summary>
246 return EmptyCall(request, new grpc::CallOptions(headers, deadline, cancellationToken));
268 return EmptyCallAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
290 return UnaryCall(request, new grpc::CallOptions(headers, deadline, cancellationToken));
312 return UnaryCallAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
336 return CacheableUnaryCall(request, new grpc::CallOptions(headers, deadline, cancellationToken));
362 return CacheableUnaryCallAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
387 return StreamingOutputCall(request, new grpc::CallOptions(headers, deadline, cancellationToken));
410 return StreamingInputCall(new grpc::CallOptions(headers, deadline, cancellationToken));
433 return FullDuplexCall(new grpc::CallOptions(headers, deadline, cancellationToken));
458 return HalfDuplexCall(new grpc::CallOptions(headers, deadline, cancellationToken));
483 return UnimplementedCall(request, new
507 return UnimplementedCallAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
520 /// <summary>Creates a new instance of client from given <c>ClientBaseConfiguration</c>.</summary>
523 return new TestServiceClient(configuration);
553 static readonly grpc::Method<global::Grpc.Testing.Empty, global::Grpc.Testing.Empty> __Method_UnimplementedCall = new grpc::Method<global::Grpc.Testing.Empty, global::Grpc.Testing.Empty>(
577 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
585 /// <summary>Creates a new client for UnimplementedService</summary>
590 /// <summary>Creates a new client for UnimplementedService that uses a custom <c>CallInvoker</c>.</summary>
615 return UnimplementedCall(request, new grpc::CallOptions(headers, deadline, cancellationToken));
637 return UnimplementedCallAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
649 /// <summary>Creates a new instance of client from given <c>ClientBaseConfiguration</c>.</summary>
652 return new UnimplementedServiceClient(configuration);
676 static readonly grpc::Method<global::Grpc.Testing.ReconnectParams, global::Grpc.Testing.Empty> __Method_Start = new grpc::Method<global::Grpc.Testing.ReconnectParams, global::Grpc.Testing.Empty>(
683 static readonly grpc::Method<global::Grpc.Testing.Empty, global::Grpc.Testing.ReconnectInfo> __Method_Stop = new grpc::Method<global::Grpc.Testing.Empty, global::Grpc.Testing.ReconnectInfo>(
701 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
706 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
714 /// <summary>Creates a new client for ReconnectService</summary>
719 /// <summary>Creates a new client for ReconnectService that uses a custom <c>CallInvoker</c>.</summary>
736 return Start(request, new grpc::CallOptions(headers, deadline, cancellationToken));
744 return StartAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
752 return Stop(request, new grpc::CallOptions(headers, deadline, cancellationToken));
760 return StopAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
766 /// <summary>Creates a new instance of client from given <c>ClientBaseConfiguration</c>.</summary>
769 return new ReconnectServiceClient(configuration);