Свойство | Тип | Описание | |
---|---|---|---|
LogExceptionHandler | Action |
Метод | Описание | |
---|---|---|
GetContentHash ( |
Gets hash of response content based on any request parameters. Value is only used when IHostedHttpHandler.UseClientCache is |
|
ProcessRequest ( |
Enables processing of HTTP Web requests by a custom HttpHandler that implements the IHttpHandler interface.
|
|
ProcessRequestAsync ( |
Enables processing of HTTP web requests by a custom handler that implements the IHostedHttpHandler interface.
|
Метод | Описание | |
---|---|---|
CopyModelAsCsvToStream ( |
||
GetModelFileName ( string modelName ) : string |
public GetContentHash ( |
||
request | HTTP request message. | |
Результат | long |
public ProcessRequest ( |
||
context | An |
|
Результат | void |
public ProcessRequestAsync ( |
||
request | HTTP request message. | |
response | HTTP response message. | |
cancellationToken | Propagates notification from client that operations should be canceled. | |
Результат | Task |