The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
HttpContentMessageExtensions::IsHttpRequestMessageContent Method (HttpContent^)
Determines whether the specified content is HTTP request message content.
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
public: [ExtensionAttribute] static bool IsHttpRequestMessageContent( HttpContent^ content )
Parameters
- content
-
Type:
System.Net.Http::HttpContent^
The content to check.
Return Value
Type: System::Booleantrue if the specified content is HTTP message content; otherwise, false.
Show: