Method | Description | |
---|---|---|
ErrorRedirectUri ( Scope |
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.
|
|
IsDisposable ( ) : bool |
Indicates whether or not this type of message may be ignored by the server, if the server becomes backed-up. For example, a RequestMessage subclass that simply requests the server's current state may be ignored if a more recent copy of one has arrived later. By default, RequestMessages are not disposable; this method should be overriden if they are to be.
|
|
OkRedirectUri ( Scope |
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 is successful.
|
|
PerformService ( Scope |
Perform the service associated with the request, using the supplied context as needed.
|
|
RequestMessage ( ) : Ecologylab.Collections |
public ErrorRedirectUri ( Scope | ||
clientSessionScope | Scope | /// Can be used to generate HTTP GET style arguments in the redirect URL. |
return |
public OkRedirectUri ( Scope | ||
clientSessionScope | Scope | /// Can be used to generate HTTP GET style arguments in the redirect URL. |
return |
public abstract PerformService ( Scope | ||
clientSessionScope | Scope | Context to perform it in/with. |
return |
public RequestMessage ( ) : Ecologylab.Collections | ||
return | Ecologylab.Collections |