Class GrpcChannel
Namespace: ArmoniK.Api.Common.Options
Assembly: ArmoniK.Api.Common.dll
Options to configure a channel from gRPC
[ExtractDocumentation("Options for GrpcChannel")]
[PublicAPI]
public class GrpcChannel
Inheritance
Inherited Members
object.Equals(object), object.Equals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object, object), object.ToString()
Properties
Address
Address or path of the resource used to communicate for this gRPC Channel
public string Address { get; set; }
Property Value
KeepAlivePingTimeOut
Keep-alive ping timeout for http2 connections
public TimeSpan KeepAlivePingTimeOut { get; set; }
Property Value
KeepAliveTimeOut
Keep-alive timeout
public TimeSpan KeepAliveTimeOut { get; set; }
Property Value
SocketType
Type of gRPC Socket used
public GrpcSocketType SocketType { get; set; }