Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.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>