Method | Description | |
---|---|---|
ComputeContentStreamHash ( ) : string |
Computes the SHA 256 hash of the content stream. If the stream is not seekable, it searches the parent stream hierarchy to find a seekable stream prior to computation. Once computed, the hash is cached for future use. If a suitable stream cannot be found to use, null is returned.
|
|
DefaultRequest ( |
Constructs a new DefaultRequest with the specified service name and the original, user facing request object.
|
public DefaultRequest ( |
||
request | The orignal request that is being wrapped | |
serviceName | String | The service name |
return | System |