Click or drag to resize

HttpListenerRequestAcceptTypes Property

Gets the media types that are acceptable for the client.

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

Property Value

Type: String

An array of String that contains the names of the media types specified in the value of the Accept header.

if the header is not present.

See Also