1 instantiation of MethodOptions
Microsoft.AspNetCore.Grpc.JsonTranscoding (1)
parent\Shared\Server\MethodOptions.cs (1)
142
return new
MethodOptions
15 references to MethodOptions
Microsoft.AspNetCore.Grpc.JsonTranscoding (15)
Internal\Binding\JsonTranscodingProviderServiceBinder.cs (6)
16
using MethodOptions = global::Grpc.Shared.Server.
MethodOptions
;
28
MethodOptions
methodOptions);
157
MethodOptions
methodOptions)
184
MethodOptions
methodOptions)
220
var
methodOptions =
MethodOptions
.Create(new[] { _globalOptions, _serviceOptions });
Internal\JsonTranscodingServerCallContext.cs (2)
27
public
MethodOptions
Options { get; }
40
public JsonTranscodingServerCallContext(HttpContext httpContext,
MethodOptions
options, IMethod method, CallHandlerDescriptorInfo descriptorInfo, ILogger logger)
parent\Shared\Server\ClientStreamingServerMethodInvoker.cs (1)
52
MethodOptions
options,
parent\Shared\Server\DuplexStreamingServerMethodInvoker.cs (1)
52
MethodOptions
options,
parent\Shared\Server\MethodOptions.cs (1)
112
public static
MethodOptions
Create(IEnumerable<GrpcServiceOptions> serviceOptions)
parent\Shared\Server\ServerMethodInvokerBase.cs (2)
45
public
MethodOptions
Options { get; }
60
MethodOptions
options,
parent\Shared\Server\ServerStreamingServerMethodInvoker.cs (1)
52
MethodOptions
options,
parent\Shared\Server\UnaryServerMethodInvoker.cs (1)
53
MethodOptions
options,