IBinaryHttpBodyEditorPlugin Interface
Provides an interface for a binary HTTP body plug-in.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Interface IBinaryHttpBodyEditorPlugin
public interface IBinaryHttpBodyEditorPlugin
public interface class IBinaryHttpBodyEditorPlugin
type IBinaryHttpBodyEditorPlugin = interface end
public interface IBinaryHttpBodyEditorPlugin
The IBinaryHttpBodyEditorPlugin type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateEditor | 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 | Determines whether this plug-in supports a content type. |
Top