DelegatingStream.CanRead Property

 

Namespace:   Microsoft.ServiceBus.Channels
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)

Syntax

public override bool CanRead { get; }
public:
property bool CanRead {
    virtual bool get() override;
}
override CanRead : bool with get
Public Overrides ReadOnly Property CanRead As Boolean

Property Value

Type: System.Boolean

See Also

DelegatingStream Class
Microsoft.ServiceBus.Channels Namespace

Return to top