CanRead Property

Serilog Sinks AmazonS3

Serilog.Sinks.AmazonS3

WriteCountingStream..::..CanRead Property

When overridden in a derived class, gets a value indicating whether the current stream supports reading.

Namespace:  Serilog.Sinks.AmazonS3
Assembly:  Serilog.Sinks.AmazonS3 (in Serilog.Sinks.AmazonS3.dll)

Syntax


public bool CanRead { get; }
Public ReadOnly Property CanRead As Boolean
	Get
public:
property bool^ CanRead {
	bool^ get ();
}