Method | Description | |
---|---|---|
AddStatusProvider ( IQueueStatusProvider provider ) : void |
Adds a status provider
|
|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
QueueStatusHttp ( |
Initializes a new instance of the QueueStatusHttp class.
|
|
Start ( ) : void |
Starts this instance.
|
Method | Description | |
---|---|---|
ThrowIfDisposed ( [ name = "" ) : void |
Throws an exception if this instance has been disposed.
|
Method | Description | |
---|---|---|
AcceptsGzip ( |
Returns true if the requester accepts gzip content.
|
|
AddCorsHeaders ( |
Adds the cors headers.
|
|
AddNoCacheHeaders ( |
Adds the no cache headers.
|
|
Dispose ( bool disposing ) : void | ||
ParsePath ( string listenerUriPrefix ) : string |
Parses the prefix path.
|
|
ProcessRequest ( ) : Task |
Processes the requests.
|
|
ProcessRequest ( |
Processes the request.
|
|
Stop ( ) : void |
Stops this instance.
|
|
WriteNotFound ( |
Writes the not found reply.
|
|
WritePong ( |
Writes the reply to a ping.
|
|
WriteStatus ( |
Writes the status.
|
|
WriteString ( |
Writes the string.
|
public AddStatusProvider ( IQueueStatusProvider provider ) : void | ||
provider | IQueueStatusProvider | The provider. |
return | void |
public QueueStatusHttp ( |
||
configuration | The configuration. | |
additionalConfiguration | IConfiguration | The additional configuration. |
serializer | IInternalSerializer | The serializer. |
log | ILogFactory | The log. |
return | System |
protected ThrowIfDisposed ( [ name = "" ) : void | ||
name | [ | The name. |
return | void |