C-DEngine 5.105

HttpListenerRequest..::..AcceptTypes Property

Gets the media types which are acceptable for the response.

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

Syntax


public string[] AcceptTypes { get; }
Public ReadOnly Property AcceptTypes As String()
	Get
public:
property array<String^>^ AcceptTypes {
	array<String^>^ get ();
}

Field Value

An array of String that contains the media type names in the Accept request-header, or nullNothingnullptra null reference (Nothing in Visual Basic) if the request didn't include the Accept header.