HttpWorkerRequest.HasEntityBody 方法

定義

傳回值,指出要求是否包含主體資料。

public:
 bool HasEntityBody();
public bool HasEntityBody ();
member this.HasEntityBody : unit -> bool
Public Function HasEntityBody () As Boolean

傳回

如果要求包含主體資料,則為 true,否則為 false

適用於