Class ResponseHeaders

Class ResponseHeaders

Nombre del espacio: Aspose.Html.Net Colección: Aspose.HTML.dll (25.4.0)

Contiene los capítulos de protocolo asociados con una respuesta.

[ComVisible(true)]
public class ResponseHeaders : WebHeaderCollection, ICollection, IEnumerable, IDeserializationCallback, ISerializable

Inheritance

object NameObjectCollectionBase NameValueCollection WebHeaderCollection ResponseHeaders

Implements

ICollection ,y, IEnumerable ,y, IDeserializationCallback ,y, ISerializable

Miembros heredados

WebHeaderCollection.Set(string, string?) ,y, WebHeaderCollection.Set(HttpRequestHeader, string?) ,y, WebHeaderCollection.Set(HttpResponseHeader, string?) ,y, WebHeaderCollection.Remove(HttpRequestHeader) ,y, WebHeaderCollection.Remove(HttpResponseHeader) ,y, WebHeaderCollection.OnDeserialization(object?) ,y, WebHeaderCollection.IsRestricted(string) ,y, WebHeaderCollection.IsRestricted(string, bool) ,y, WebHeaderCollection.GetValues(int) ,y, WebHeaderCollection.GetValues(string) ,y, WebHeaderCollection.GetKey(int) ,y, WebHeaderCollection.Clear() ,y, WebHeaderCollection.Get(int) ,y, WebHeaderCollection.Get(string?) ,y, WebHeaderCollection.Add(HttpRequestHeader, string?) ,y, WebHeaderCollection.Add(HttpResponseHeader, string?) ,y, WebHeaderCollection.Add(string) ,y, WebHeaderCollection.Add(string, string?) ,y, WebHeaderCollection.AddWithoutValidate(string, string?) ,y, WebHeaderCollection.Remove(string) ,y, WebHeaderCollection.ToString() ,y, WebHeaderCollection.ToByteArray() ,y, WebHeaderCollection.GetEnumerator() ,y, WebHeaderCollection.this[HttpRequestHeader] ,y, WebHeaderCollection.this[HttpResponseHeader] ,y, WebHeaderCollection.Count ,y, WebHeaderCollection.Keys ,y, WebHeaderCollection.AllKeys ,y, NameValueCollection.InvalidateCachedArrays() ,y, NameValueCollection.Add(NameValueCollection) ,y, NameValueCollection.Clear() ,y, NameValueCollection.CopyTo(Array, int) ,y, NameValueCollection.HasKeys() ,y, NameValueCollection.Add(string?, string?) ,y, NameValueCollection.Get(string?) ,y, NameValueCollection.GetValues(string?) ,y, NameValueCollection.Set(string?, string?) ,y, NameValueCollection.Remove(string?) ,y, NameValueCollection.Get(int) ,y, NameValueCollection.GetValues(int) ,y, NameValueCollection.GetKey(int) ,y, NameValueCollection.this[string?] ,y, NameValueCollection.this[int] ,y, NameValueCollection.AllKeys ,y, NameObjectCollectionBase.OnDeserialization(object?) ,y, NameObjectCollectionBase.BaseHasKeys() ,y, NameObjectCollectionBase.BaseAdd(string?, object?) ,y, NameObjectCollectionBase.BaseRemove(string?) ,y, NameObjectCollectionBase.BaseRemoveAt(int) ,y, NameObjectCollectionBase.BaseClear() ,y, NameObjectCollectionBase.BaseGet(string?) ,y, NameObjectCollectionBase.BaseSet(string?, object?) ,y, NameObjectCollectionBase.BaseGet(int) ,y, NameObjectCollectionBase.BaseGetKey(int) ,y, NameObjectCollectionBase.BaseSet(int, object?) ,y, NameObjectCollectionBase.GetEnumerator() ,y, NameObjectCollectionBase.BaseGetAllKeys() ,y, NameObjectCollectionBase.BaseGetAllValues() ,y, NameObjectCollectionBase.BaseGetAllValues(Type) ,y, NameObjectCollectionBase.IsReadOnly ,y, NameObjectCollectionBase.Count ,y, NameObjectCollectionBase.Keys ,y, object.GetType() ,y, object.MemberwiseClone() ,y, object.ToString() ,y, object.Equals(object?) ,y, object.Equals(object?, object?) ,y, object.ReferenceEquals(object?, object?) ,y, object.GetHashCode()

Constructors

ResponseHeaders()

Inicia una nueva instancia de la clase Aspose.Html.Net.RequestHeaders.

public ResponseHeaders()

Properties

ContentType

Obtenga el valor del título de tipo de contenido.

public ContentTypeHeaderValue ContentType { get; }

Valor de la propiedad

ContentTypeHeaderValue

Ver también

WebHeaderCollection

 Español