HttpRequest.ContentLength Proprietà

Definizione

Ottiene o imposta l'intestazione Content-Lenght.

public:
 abstract property Nullable<long> ContentLength { Nullable<long> get(); void set(Nullable<long> value); };
public abstract long? ContentLength { get; set; }
member this.ContentLength : Nullable<int64> with get, set
Public MustOverride Property ContentLength As Nullable(Of Long)

Valore della proprietà

Valore dell'intestazione Content-Length, se presente.

Si applica a