다음을 통해 공유


AS2MessageConnectionSettings Class

Definition

The AS2 agreement message connection settings.

public class AS2MessageConnectionSettings
public class AS2MessageConnectionSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Logic.Models.AS2MessageConnectionSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Logic.Models.AS2MessageConnectionSettings>
type AS2MessageConnectionSettings = class
type AS2MessageConnectionSettings = class
    interface IJsonModel<AS2MessageConnectionSettings>
    interface IPersistableModel<AS2MessageConnectionSettings>
Public Class AS2MessageConnectionSettings
Public Class AS2MessageConnectionSettings
Implements IJsonModel(Of AS2MessageConnectionSettings), IPersistableModel(Of AS2MessageConnectionSettings)
Inheritance
AS2MessageConnectionSettings
Implements

Constructors

AS2MessageConnectionSettings(Boolean, Boolean, Boolean, Boolean)

Initializes a new instance of AS2MessageConnectionSettings.

Properties

IgnoreCertificateNameMismatch

The value indicating whether to ignore mismatch in certificate name.

KeepHttpConnectionAlive

The value indicating whether to keep the connection alive.

SupportHttpStatusCodeContinue

The value indicating whether to support HTTP status code 'CONTINUE'.

UnfoldHttpHeaders

The value indicating whether to unfold the HTTP headers.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AS2MessageConnectionSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AS2MessageConnectionSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AS2MessageConnectionSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AS2MessageConnectionSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AS2MessageConnectionSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to