OutboundHostValidator 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.
Default IOutboundHostValidator implementation backed by OutboundHostValidatorOptions.
public sealed class OutboundHostValidator : Microsoft.Agents.Builder.IOutboundHostValidator
type OutboundHostValidator = class
interface IOutboundHostValidator
Public NotInheritable Class OutboundHostValidator
Implements IOutboundHostValidator
- Inheritance
-
OutboundHostValidator
- Implements
Constructors
| Name | Description |
|---|---|
| OutboundHostValidator(OutboundHostValidatorOptions) |
Initializes a new instance of the OutboundHostValidator class. |
Properties
| Name | Description |
|---|---|
| Enabled |
Gets a value indicating whether enforcement is enabled. When |
Methods
| Name | Description |
|---|---|
| IsAllowed(String) |
Determines whether an outbound request to |
| IsAllowed(Uri) |
Determines whether an outbound request to |