C-DEngine 5.105

HttpListenerRequest..::..ContentType Property

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

Namespace:  WebSocketSharp.Net
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public string ContentType { get; }
Public ReadOnly Property ContentType As String
	Get
public:
property String^ ContentType {
	String^ get ();
}

Field Value

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