2 instantiations of SimpleRequest
InteropWebsite (2)
artifacts\obj\InteropWebsite\Release\net10.0\Messages.cs (2)
765
private static readonly pb::MessageParser<SimpleRequest> _parser = new pb::MessageParser<SimpleRequest>(() => new
SimpleRequest
());
808
return new
SimpleRequest
(this);
22 references to SimpleRequest
InteropWebsite (22)
artifacts\obj\InteropWebsite\Release\net10.0\Messages.cs (11)
63
new pbr::GeneratedClrTypeInfo(typeof(global::Grpc.Testing.
SimpleRequest
), global::Grpc.Testing.
SimpleRequest
.Parser, new[]{ "ResponseType", "ResponseSize", "Payload", "FillUsername", "FillOauthScope", "ResponseCompressed", "ResponseStatus", "ExpectCompressed" }, null, null, null, null),
760
public sealed partial class SimpleRequest : pb::IMessage<
SimpleRequest
>
765
private static readonly pb::MessageParser<
SimpleRequest
> _parser = new pb::MessageParser<
SimpleRequest
>(() => new SimpleRequest());
769
public static pb::MessageParser<
SimpleRequest
> Parser { get { return _parser; } }
793
public SimpleRequest(
SimpleRequest
other) : this() {
807
public
SimpleRequest
Clone() {
938
return Equals(other as
SimpleRequest
);
943
public bool Equals(
SimpleRequest
other) {
1107
public void MergeFrom(
SimpleRequest
other) {
artifacts\obj\InteropWebsite\Release\net10.0\TestGrpc.cs (10)
73
static readonly grpc::Marshaller<global::Grpc.Testing.
SimpleRequest
> __Marshaller_grpc_testing_SimpleRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Grpc.Testing.
SimpleRequest
.Parser));
94
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>(
102
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>(
178
public virtual global::System.Threading.Tasks.Task<global::Grpc.Testing.SimpleResponse> UnaryCall(global::Grpc.Testing.
SimpleRequest
request, grpc::ServerCallContext context)
192
public virtual global::System.Threading.Tasks.Task<global::Grpc.Testing.SimpleResponse> CacheableUnaryCall(global::Grpc.Testing.
SimpleRequest
request, grpc::ServerCallContext context)
294
serviceBinder.AddMethod(__Method_UnaryCall, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Grpc.Testing.
SimpleRequest
, global::Grpc.Testing.SimpleResponse>(serviceImpl.UnaryCall));
295
serviceBinder.AddMethod(__Method_CacheableUnaryCall, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Grpc.Testing.
SimpleRequest
, global::Grpc.Testing.SimpleResponse>(serviceImpl.CacheableUnaryCall));
TestServiceImpl.cs (1)
33
public override async Task<SimpleResponse> UnaryCall(
SimpleRequest
request, ServerCallContext context)