AS2AcknowledgementConnectionSettings 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.
The AS2 agreement acknowledgement connection settings.
public class AS2AcknowledgementConnectionSettings
public class AS2AcknowledgementConnectionSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Logic.Models.AS2AcknowledgementConnectionSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Logic.Models.AS2AcknowledgementConnectionSettings>
type AS2AcknowledgementConnectionSettings = class
type AS2AcknowledgementConnectionSettings = class
interface IJsonModel<AS2AcknowledgementConnectionSettings>
interface IPersistableModel<AS2AcknowledgementConnectionSettings>
Public Class AS2AcknowledgementConnectionSettings
Public Class AS2AcknowledgementConnectionSettings
Implements IJsonModel(Of AS2AcknowledgementConnectionSettings), IPersistableModel(Of AS2AcknowledgementConnectionSettings)
- Inheritance
-
AS2AcknowledgementConnectionSettings
- Implements
Constructors
AS2AcknowledgementConnectionSettings(Boolean, Boolean, Boolean, Boolean) |
Initializes a new instance of AS2AcknowledgementConnectionSettings. |
Properties
IgnoreCertificateNameMismatch |
Indicates whether to ignore mismatch in certificate name. |
KeepHttpConnectionAlive |
Indicates whether to keep the connection alive. |
SupportHttpStatusCodeContinue |
Indicates whether to support HTTP status code 'CONTINUE'. |
UnfoldHttpHeaders |
Indicates whether to unfold the HTTP headers. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<AS2AcknowledgementConnectionSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AS2AcknowledgementConnectionSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AS2AcknowledgementConnectionSettings>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AS2AcknowledgementConnectionSettings>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AS2AcknowledgementConnectionSettings>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET