LaunchDarkly EventSource for .NET
Search Results for

    Show / Hide Table of Contents

    Class ReadTimeoutException

    An exception that indicates that the configured read timeout elapsed without receiving any new data from the server.

    Inheritance
    object
    Exception
    ReadTimeoutException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: LaunchDarkly.EventSource
    Assembly: LaunchDarkly.EventSource.dll
    Syntax
    public class ReadTimeoutException : Exception, ISerializable
    Remarks

    Socket connections can fail silently, in which case an EventSource client without a read timeout would hang forever waiting for new data. A read timeout allows you to make a new stream connection in this case. The server can send periodic comment lines (":\n") to keep the client from timing out if the connection is still working.

    Constructors

    View Source

    ReadTimeoutException()

    Declaration
    public ReadTimeoutException()

    Properties

    | Edit this page View Source

    Message

    Declaration
    public override string Message { get; }
    Property Value
    Type Description
    string
    Overrides
    Exception.Message

    Implements

    ISerializable
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX