Simpl.OODSS.Messages.RequestMessage.ErrorRedirectUri C# (CSharp) Method

ErrorRedirectUri() public method

A URL can be provided, indicating the response should be accomplished with HTTP redirect. Used when browser security is an issue. This is the redirect URL for response when processing results in an error.
public ErrorRedirectUri ( Scope clientSessionScope ) : ParsedUri
clientSessionScope Scope /// Can be used to generate HTTP GET style arguments in the redirect URL.
return Simpl.Fundamental.Net.ParsedUri
        public ParsedUri ErrorRedirectUri(Scope<object> clientSessionScope)
        {
            return null;
        }