IWebViewPipelineEvents

From Virtual World Web Wiki
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)