Method | Description | |
---|---|---|
EmbeddedResponse ( |
Creates an EmbeddedResponse
|
|
EmbeddedResponse ( |
Creates an EmbeddedResponse
|
Method | Description | |
---|---|---|
ByteArrayToString ( byte data ) : string | ||
EmbeddedResponse ( ) : Nancy.Helpers | ||
GenerateETag ( Stream stream ) : string | ||
GetFileNameFromResourceName ( string resourcePath, string resourceName ) : string | ||
GetResourceContent ( |
public EmbeddedResponse ( |
||
assembly | The assembly containing the embedded file with which to respond | |
resourcePath | string | The path to the embedded resource |
name | string | The name of the resource |
lastModifiedDate | System.DateTime | The date that will be compared against modified headers to determine if a NotModified response should be sent |
context | NancyContext | The Nancy context |
return | Nancy.Helpers |
public EmbeddedResponse ( |
||
assembly | The assembly containing the embedded file with which to respond | |
resourcePath | string | The path to the embedded resource |
name | string | The name of the resource |
context | NancyContext | The Nancy context |
return | Nancy.Helpers |