Skip to content

BPA Http Request

BPAHttpRequest Public interface

Diagram

flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph VGWWCoreIEx
VGWWCoreIEx.IExBPAHttpRequest[[IExBPAHttpRequest]]
class VGWWCoreIEx.IExBPAHttpRequest interfaceStyle;
end

Members

Properties

Public properties

TypeNameMethods
stringContentTextget
stringContentTypeget
stringHttpMethodget

Details

Properties

ContentText

public string ContentText { get; }

ContentType

public string ContentType { get; }

HttpMethod

public string HttpMethod { get; }

Generated with ModularDoc