AuthorizeAttribute._requireOutgoing Field
.NET Framework 4
Namespace: Microsoft.AspNet.SignalR
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Protected _requireOutgoing As Nullable(Of Boolean)
'Usage
Dim value As Nullable(Of Boolean)
value = Me._requireOutgoing
Me._requireOutgoing = value
protected Nullable<bool> _requireOutgoing
protected:
Nullable<bool> _requireOutgoing
val mutable _requireOutgoing: Nullable<bool>
protected var _requireOutgoing : Nullable<boolean>