PipelineDiagnosticSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Diagnostic settings for incoming/outgoing HTTP messages to the Gateway.
public class PipelineDiagnosticSettings
type PipelineDiagnosticSettings = class
Public Class PipelineDiagnosticSettings
- Inheritance
-
PipelineDiagnosticSettings
Constructors
PipelineDiagnosticSettings() |
Initializes a new instance of the PipelineDiagnosticSettings class. |
PipelineDiagnosticSettings(HttpMessageDiagnostic, HttpMessageDiagnostic) |
Initializes a new instance of the PipelineDiagnosticSettings class. |
Properties
Request |
Gets or sets diagnostic settings for request. |
Response |
Gets or sets diagnostic settings for response. |
Methods
Validate() |
Validate the object. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET