Subscriber portal
Gets a string array of client-supported MIME accept types.
public: property array<String^>^ AcceptTypes { array<String^>^ get(); }
A string array of client-supported MIME accept types.
The following code example captures the multiple values returned by the AcceptTypes property into an object variable and writes the number and name of each valueto a separate line of HTTP output.
HttpRequest ClassSystem.Web Namespace