[Modify] Edit it

master
sta 8 years ago
parent 344bbd8b36
commit db049362ec

@ -106,12 +106,16 @@ namespace WebSocketSharp.Net
#region Public Properties #region Public Properties
/// <summary> /// <summary>
/// Gets the media types which are acceptable for the response. /// Gets the media types which are acceptable for the client.
/// </summary> /// </summary>
/// <value> /// <value>
/// An array of <see cref="string"/> that contains the media type names in /// <para>
/// the Accept request-header, or <see langword="null"/> if the request didn't include /// An array of <see cref="string"/> that contains the names of the media
/// the Accept header. /// types specified in the value of the Accept header.
/// </para>
/// <para>
/// <see langword="null"/> if the request includes no Accept header.
/// </para>
/// </value> /// </value>
public string[] AcceptTypes { public string[] AcceptTypes {
get { get {

Loading…
Cancel
Save