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.
IBinaryHttpBodyEditorPlugin Interface
Provides an interface for a binary HTTP body plug-in.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
| Name | Description | |
|---|---|---|
![]() | CreateEditor(String^, array<Byte>^) | Creates a UserControl object to modify the specified bytes. |
![]() | GetNewValue() | Gets the edited bytes after the OK button is clicked on the plug-in dialog box. |
![]() | SupportsContentType(String^) | Determines whether this plug-in supports a content type. |
Show:
