Gets the MIME type of the body data included in the request.

Namespace: GHIElectronics.NETMF.Net
Assembly: GHIElectronics.NETMF.W5100.Http (in GHIElectronics.NETMF.W5100.Http.dll) Version: 4.1.9.0 (4.1.9.0)

Syntax

C#
public string ContentType { get; }

Field Value

A String that contains the text of the request's Content-Type header.

See Also