void Enqueue( ProtocolMethod method, Uri fromUrl, Uri toUrl, Uri? redirectedFrom, IUserIdentity user, FlowReason reason )
Parameters
- method
- The protocol method, this is a HttpGet, HttpPost etc
- fromUrl
- the previous location the user was on, can be a search engine, can be an internal page
- toUrl
- the page served
- redirectedFrom
- the page requested but not given
- user
- the user
- reason
- the reason the flow occurred