Show / Hide Table of Contents

Class HttpExecuteAction

Действие для выполнения внешнего вызова.

Inheritance
Trivium.Common.Models.Entity
CardAction
BaseUrlAction
HttpExecuteAction
Inherited Members
BaseUrlAction.BaseUrl
BaseUrlAction.BaseUrlExpressionId
BaseUrlAction.Parameters
CardAction.Comment
CardAction.EnableExpressionId
Namespace: Trivium.CardsModel.ServerModel.Actions.UrlActions
Assembly: Trivium.CardsModel.dll
Syntax
public class HttpExecuteAction : BaseUrlAction, IEntity, IBaseEntity<int>, IBaseId<int>, IReadOnlyBaseEntity<int>, IReadOnlyBaseId<int>, IDependentEntryObject, ISourceAttributeCollector

Properties

HttpBodyCardsParameter[] BodyParameters
Парметры для построения тела.
HttpHeaderCardsParameter[] HeaderParameters
Парметры заголовка.
ApiHttpMethod HttpMethod
Метод выполнения запроса. Если метод Get, то строка запроса содержит параметры ?param1=value1&... Если метод Post, то на основании параметров формируется тело запроса.
Back to top Generated by DocFX