Class GrpcChannelOptions
Inheritance
GrpcChannelOptions
Assembly: Grpc.Net.Client.dll
Syntax
public sealed class GrpcChannelOptions
Constructors
GrpcChannelOptions()
Declaration
public GrpcChannelOptions()
Properties
CompressionProviders
Declaration
public IList<ICompressionProvider>? CompressionProviders { get; set; }
Property Value
Credentials
Declaration
public ChannelCredentials? Credentials { get; set; }
Property Value
DisableResolverServiceConfig
Declaration
public bool DisableResolverServiceConfig { get; set; }
Property Value
DisposeHttpClient
Declaration
public bool DisposeHttpClient { get; set; }
Property Value
HttpClient
Declaration
public HttpClient? HttpClient { get; set; }
Property Value
HttpHandler
Declaration
public HttpMessageHandler? HttpHandler { get; set; }
Property Value
HttpVersion
Declaration
public Version? HttpVersion { get; set; }
Property Value
HttpVersionPolicy
Declaration
public HttpVersionPolicy? HttpVersionPolicy { get; set; }
Property Value
InitialReconnectBackoff
Declaration
public TimeSpan InitialReconnectBackoff { get; set; }
Property Value
LoggerFactory
Declaration
public ILoggerFactory? LoggerFactory { get; set; }
Property Value
MaxReceiveMessageSize
Declaration
public int? MaxReceiveMessageSize { get; set; }
Property Value
MaxReconnectBackoff
Declaration
public TimeSpan? MaxReconnectBackoff { get; set; }
Property Value
MaxRetryAttempts
Declaration
public int? MaxRetryAttempts { get; set; }
Property Value
MaxRetryBufferPerCallSize
Declaration
public long? MaxRetryBufferPerCallSize { get; set; }
Property Value
MaxRetryBufferSize
Declaration
public long? MaxRetryBufferSize { get; set; }
Property Value
MaxSendMessageSize
Declaration
public int? MaxSendMessageSize { get; set; }
Property Value
ServiceConfig
Declaration
public ServiceConfig? ServiceConfig { get; set; }
Property Value
ServiceProvider
Declaration
public IServiceProvider? ServiceProvider { get; set; }
Property Value
ThrowOperationCanceledOnCancellation
Declaration
public bool ThrowOperationCanceledOnCancellation { get; set; }
Property Value
UnsafeUseInsecureChannelCallCredentials
Declaration
public bool UnsafeUseInsecureChannelCallCredentials { get; set; }
Property Value