ForeverTransport.OnSendingResponse Method

.NET Framework 4

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

Syntax

'Declaration
Protected Overridable Sub OnSendingResponse ( _
    response As PersistentResponse _
)
'Usage
Dim response As PersistentResponse 

Me.OnSendingResponse(response)
protected virtual void OnSendingResponse(
    PersistentResponse response
)
protected:
virtual void OnSendingResponse(
    PersistentResponse^ response
)
abstract OnSendingResponse : 
        response:PersistentResponse -> unit  
override OnSendingResponse : 
        response:PersistentResponse -> unit
protected function OnSendingResponse(
    response : PersistentResponse
)

Parameters

See Also

Reference

ForeverTransport Class

Microsoft.AspNet.SignalR.Transports Namespace