TransportDisconnectBase.OutputWriter Property

.NET Framework 4

Namespace:  Microsoft.AspNet.SignalR.Transports
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property OutputWriter As TextWriter 
    Get
'Usage
Dim instance As TransportDisconnectBase 
Dim value As TextWriter 

value = instance.OutputWriter
public virtual TextWriter OutputWriter { get; }
public:
virtual property TextWriter^ OutputWriter {
    TextWriter^ get ();
}
abstract OutputWriter : TextWriter 
override OutputWriter : TextWriter
function get OutputWriter () : TextWriter

Property Value

Type: System.IO.TextWriter
Returns TextWriter.

See Also

Reference

TransportDisconnectBase Class

Microsoft.AspNet.SignalR.Transports Namespace