<PackageReference Include="Grpc.Net.Client" Version="2.76.0-pre1" />

Grpc.Net.Client.Balancer.Internal.SocketConnectivitySubchannelTransportLog

public static void CheckingSocket(ILogger logger, string subchannelId, DnsEndPoint endPoint)

public static void ClosingSocketFromIdleTimeoutOnCreateStream(ILogger logger, string subchannelId, DnsEndPoint endPoint, TimeSpan socketIdleTimeout)

public static void ClosingUnusableSocket(ILogger logger, string subchannelId, DnsEndPoint endPoint, TimeSpan socketLifetime)

public static void ConnectedSocket(ILogger logger, string subchannelId, DnsEndPoint endPoint)

public static void ConnectingOnCreateStream(ILogger logger, string subchannelId, DnsEndPoint endPoint)

public static void ConnectingSocket(ILogger logger, string subchannelId, DnsEndPoint endPoint)

public static void CreatingStream(ILogger logger, string subchannelId, DnsEndPoint endPoint)

public static void DisposingStream(ILogger logger, string subchannelId, DnsEndPoint endPoint, int activeStreams)

public static void DisposingTransport(ILogger logger, string subchannelId)

public static void ErrorCheckingSocket(ILogger logger, string subchannelId, DnsEndPoint endPoint, Exception ex)

public static void ErrorConnectingSocket(ILogger logger, string subchannelId, DnsEndPoint endPoint, Exception ex)

public static void ErrorOnDisposingStream(ILogger logger, string subchannelId, Exception ex)

public static void ErrorPollingSocket(ILogger logger, string subchannelId, DnsEndPoint endPoint, Exception ex)

public static void ErrorSocketTimer(ILogger logger, string subchannelId, Exception ex)

public static void SocketPollBadState(ILogger logger, string subchannelId, DnsEndPoint endPoint)

public static void SocketReceivingAvailable(ILogger logger, string subchannelId, DnsEndPoint endPoint, int readBytesAvailableCount)

public static void StreamCreated(ILogger logger, string subchannelId, DnsEndPoint endPoint, int bufferedBytes, int activeStreams)