Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

PersistentConnection::Authorize Method

.NET Framework 4.5

Determines whether this connection is authorized.

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

public:
bool Authorize(
	IRequest^ request
)

Parameters

request
Type: Microsoft.AspNet.SignalR::IRequest
The request.

Return Value

Type: System::Boolean
true if the connection is authorized; otherwise, false.
Show: