IWebViewPipelineEvents

From Virtual World Web Wiki
Revision as of 21:03, 12 April 2017 by Spark5 (Talk | contribs) (Documentation for the IWebViewPipelineEvents class)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This interface describes a Layer Two extensibility point. Components can implement this interface and an instance of the implementing class will be created by MEF on startup. Web View pipeline events fire to allow components to hook system account creation and intercept web requests

See also: WebViewPipelineEventsHandler

Remarks [edit]

Methods

void AccountCreated(HttpContextBase context, Guid accountID)
bool BeginRequest(HttpContextBase context)