HttpWorkerRequest.GetPreloadedEntityBodyLength Método
Definição
Obtém o tamanho da parte do corpo da solicitação HTTP que foi lida até o momento.Gets the length of the portion of the HTTP request body that has currently been read.
public:
virtual int GetPreloadedEntityBodyLength();
public virtual int GetPreloadedEntityBodyLength ();
abstract member GetPreloadedEntityBodyLength : unit -> int
override this.GetPreloadedEntityBodyLength : unit -> int
Public Overridable Function GetPreloadedEntityBodyLength () As Integer
Retornos
Um inteiro que contém o comprimento do corpo da solicitação HTTP lida até o momento.An integer containing the length of the currently read HTTP request body.