Click or drag to resize

HttpListenerRequestContentType Property

Gets the media type of the entity body data included in the request.

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public string ContentType { get; }

Property Value

Type: String

A String that represents the value of the Content-Type header.

if the header is not present.

See Also