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::AuthorizeRequest Method

.NET Framework 4.5

Determines whether the request for connection is authorized.

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

protected:
virtual bool AuthorizeRequest(
	IRequest^ request
)

Parameters

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

Return Value

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