HttpWorkerRequest.HasEntityBody 메서드

정의

요청에 본문 데이터가 있는지 여부를 나타내는 값을 반환합니다.

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

반환

Boolean

요청에 본문 데이터가 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상