| RestClientEventArgsBaseBody Property |
Gets or sets the body of the request / response
Namespace:
SanteDB.Core.Http
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public Object Body { get; }
Public ReadOnly Property Body As Object
Get
public:
property Object^ Body {
Object^ get ();
}
member Body : Object with get
Property Value
Type:
ObjectSee Also