1 override of BodyPathPost
Microsoft.AspNetCore.Grpc.Swagger.Tests (1)
Services\XmlDocService.cs (1)
29
public override Task<StringReply>
BodyPathPost
(StringRequestWithDetail request, ServerCallContext context)
3 references to BodyPathPost
Microsoft.AspNetCore.Grpc.Swagger.Tests (3)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\XmldocGrpc.cs (2)
457
.AddMethod(__Method_BodyPathPost, serviceImpl.
BodyPathPost
)
471
serviceBinder.AddMethod(__Method_BodyPathPost, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Xmldoc.StringRequestWithDetail, global::Xmldoc.StringReply>(serviceImpl.
BodyPathPost
));
Services\XmlDocService.cs (1)
31
return base.
BodyPathPost
(request, context);