Skip to content

BPA Http Response

BPAHttpResponse Public interface

Diagram

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

Members

Properties

Public properties

TypeNameMethods
stringContentTextget, set
stringContentTypeget, set

Details

Properties

ContentText

public string ContentText { get; set; }

ContentType

public string ContentType { get; set; }

Generated with ModularDoc